About Branching and Merging Flows
  • 27 Jul 2022
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

About Branching and Merging Flows

  • Dark
    Light

Article summary

Overview

Branching and merging allow users to process multiple Flow steps at the same time, rather than one after the other. If an Assignment needs three approvals at the same time, branching and merging would allow the Designer to create three separate Step paths that can run those assignments simultaneously, as opposed to one after the other. It can run three steps at the same time, assigning three different workflow activities to three different people.

When the execution of a branch and merge is done, a Merge step will wait for all of the threads of execution to complete before moving on to the next step in the process.

Branch and Merge steps do not create Parallel processing and should only be used with assigned Forms to create parallel approval processes.

Example

  1. Navigate to a Designer Folder and click CREATE FLOW.

  2. Name the Flow and select CREATE

  3. Drag and drop the Branch step and Merge step from Steps > Flow Management to the workspace.
  4. Any steps that are anchored between the Branch step and Merge step will run in parallel. However, this is not a true parallel. The steps will not run at the same time, but each step will be able to accept the same input and send its output to the steps within their branch. 
  5. To take advantage of this new structure, anchor multiple Form interactions between the Branch and Merge steps.

  6. In the Steps panel, navigate to Forms [Interaction] > [Current Folder], and drag the previously created elements to the Flow Designer workspace: Form 1, Form 2, Form 3, and Form 4. For example purposes, these Forms only have a button on them.
  7. Connect a Branch step to the input of each Form, then connect the output of each Form to the Merge step. 
  8. This will merge the output of all four Forms into one input for the End step. Connect the Start and End steps.

Debugging

  1. Select Debug in the top action panel.
  2. Stepping through the Debugger, see how each Form is presented in sequence. 
  3. Each Form's output is held at the Merge step until the other Forms have been processed, after which all Form data is combined and sent to the End step.
  4. Looking at the Debugger, the Forms receive input from the Branch step. The Merge step accepts the outputs of all four Forms, merges them, and sends a single output to the End step.


For further information on Flows, visit the Decisions Forum.

Was this article helpful?