Hello all,
I have a requirement where a subworkflow is called in parallel from a main Workflow(Loop). The requirement is when the user takes some action e.g. “Reject” in any of the subworkflows triggered , all the subworkflows(all work items) should logically complete and the flow should come back to the main Workflow to process further.
Now I tried fork with 2 branches and 1 necessary branch in the subworkflow. I added a wait event in a branch and trigger in the other(when User presses “Reject” ) so that the fork completes itself which works fine , but only for that subworkflow. The other subworkflows remain in “Ready” state. Is there a way to logically complete all the subworkflows in one go?
Many thanks,
Nishant