In my process model I have a loop of nodes which will continue until users chage

In my process model I have a loop of nodes which will continue until users chages the status to 2, The OR gate which checks the status is completed without any issues in the first instance of the loop, but in the 2nd instance the OR gate is stuck (no matter the condition is true or false). I tried changing the condition, changing OR gate, whcih didnt help. Any thoughts?...

OriginalPostID-103922

OriginalPostID-103922

  Discussion posts and replies are publicly visible

Parents
  • If you check with BPMN standard, it is expected behaviors for those kinds of pattern.
    In a real business case, after submitting a request, the request can be approved by Accounting Manager thru user input task or General Manager to thru an quick task. These two tasks will then connect to OR gateway to ensure the subsequence will only execute one.
Reply
  • If you check with BPMN standard, it is expected behaviors for those kinds of pattern.
    In a real business case, after submitting a request, the request can be approved by Accounting Manager thru user input task or General Manager to thru an quick task. These two tasks will then connect to OR gateway to ensure the subsequence will only execute one.
Children
No Data