When using Parallel Execution with Human Tasks, many approval scenarios require unanimous approval from all branches. Currently, if one branch is rejected, the remaining branches continue running until completion.
Please add a configurable flag on the Parallel Execution activity, such as "Terminate Remaining Branches on Rejection". When enabled, a rejection in any branch would automatically cancel/terminate all active sibling branches and allow the workflow to proceed with the rejection outcome.
This would simplify common approval workflows, reduce unnecessary user actions, and eliminate the need for custom logic to cancel remaining tasks.