Hello,
I’m wondering is there is any way to terminate activities in enabled or available state in CMMN based on a variable that will get thrown into the case by a process task. To clarify:
My case has 3 tasks.
Task1: process task - variable outcome 1 or 2
Task 2: - human task - Has an entry criteria sentry and an exit criteria sentry
Task 3: process - task - variable outcome A or B
When the case starts task 1 and 3 will execute. Task 1 will probably finish first and in case it throws 1(which it does) I’d like it to terminate task 2. Task 3 finished and throws A into the case which activates task 2 because it hasn’t been terminated yet. If I manually process task 3 first and then do 1, then task 2 will terminate because it is active. I’d like it to be able to be deleted from the case in another state.
kind regards,
T