I'm building my process model and I'm encountering a problem during execution. Although I'm not receiving any errors, it's getting stuck at the first user task input. How can I resolve this?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hello  

    Are you debugging this from the process model? If so right click on the user input task node and click on View form and complete the task. It looks like  you haven't completed the task.

    If you are looking at a instance that is triggered from an interface, I would assume you have used startProcess() instead of startProcessLink() which would not let you see the interface/form to complete the task and submit, leaving the node in the assigned status.

Reply
  • 0
    Certified Senior Developer

    Hello  

    Are you debugging this from the process model? If so right click on the user input task node and click on View form and complete the task. It looks like  you haven't completed the task.

    If you are looking at a instance that is triggered from an interface, I would assume you have used startProcess() instead of startProcessLink() which would not let you see the interface/form to complete the task and submit, leaving the node in the assigned status.

Children