Skip to main content
Nintex Community Menu Bar

Wait for parallel paths to complete before moving on

  • August 22, 2022
  • 2 replies
  • 112 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

 

2 replies

Garrett
Forum|alt.badge.img+16
  • Scout
  • August 22, 2022

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


WouterT
Forum|alt.badge.img+9
  • Apprentice
  • August 22, 2022
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.