Has anybody managed to successfully had their parallel paths wait for all branches to be complete before moving on? How does one configure the Completion Condition.
Has anybody managed to successfully had their parallel paths wait for all branches to be complete before moving on? How does one configure the Completion Condition.
From the NWC Help - https://help.nintex.com/en-US/nwc/Content/Designer/Actions/RunParallelPaths.htm
If you omitted the completion Condition, "the Run parallel paths action waits for all branches to complete before continuing to the next action."
The Completion Condition is just a Boolean variable.
If you want to use the completion condition, create/set a Boolean variable to "No". Then add the Run Parallel action and specify the variable in the completion condition.
When the condition is met i.e. is equals to "Yes" "If the variable evaluates to true, the Run parallel paths action will complete when an individual branch completes."
If one of the Task Assign is completed, the Run Parallel will be be completed.
Cheers
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.