Skip to main content
yasminea4528
March 27, 2024
Question

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?

  • March 27, 2024
  • 7 replies
  • 0 views

    7 replies

    konduruc733182
    March 27, 2024

    Hello [mention:9322c334ce224857b6b7e2f011f055bd:e9ed411860ed4f2ba0265705b8793d05] 

    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.

    yasminea4528
    March 27, 2024

    Thank you for your response! Yes, I debugged it from the process model as you mentioned, but I'm still encountering the same problem. My home page features three buttons. Typically, clicking on the 'create account' button should transition to the next input task. However, that isn't happening. Additionally, I can see the interface Home, but clicking on any button within the interface isn't yielding any results

    konduruc733182
    March 27, 2024

    Have you configured the submit parameter in the buttonWidget as true()?