Skip to main content

Wait for parallel paths to complete before moving on

  • 22 August 2022
  • 2 replies
  • 62 views

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.

25376i302DBD1E8C065FC7.png

 

Hi @NicolleAbrahams 



 



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


I frequently use parallel paths and it always does for me what would you want: complete all paths before moving on. I just don't specify a completion action which then - by default - waits for all paths to complete, as far as I know.

Reply