How to Handle Parallel Tasks in Flowable with Conditional State Transitions?


In Flowable, I have a process with two parallel tasks, all of which are claimed or not claimed .

  • If any one of the tasks is disapproved, the process should return to the previous state.
  • If all two tasks are approved, the process should proceed to the end state.

How can I model this logic in Flowable? Is there a recommended approach for handling such conditional transitions in parallel tasks?

Any guidance or examples would be greatly appreciated.

** here _StepChecker is every task id and when action is done new variable is set like__StepChecker=action name