Hi
I want to have a loop that a registered user can request a support service whenever she/he needs. The CMMN diagram is something like this:
The problem is that the next “support human task” is activated before the stage is completed and whenever I change my option (which is stored in “issue” variable that can be changed in “support human task”) both tasks are activated regardless of sentry conditions. It seems that we have an asynchronous behavior that I do not know how to control it.
How I can design the process so that the next times that stage is repeated it behave like the first time?