Static Branch Assignments
- 11 Aug 2021
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Static Branch Assignments
- Updated on 11 Aug 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Static branch assignments are used when ALL finite number of assignees (ex: approvers) must complete a task before allowing a Flow to continue. To facilitate this process, use a Branch Step and a Merge Step.
Example
This example reviews the configuration of a basic static branch assignment.
Dynamic Branch Assignments
Refer to Processing a list of Items with the Branch ForEach Step on how to setup dynamic parallel assignments.
- In a Designer Folder, create a Flow (ex: Main Flow).
- Drag a Branch Step, a Merge Step, and two Run Flow steps onto the Flow canvas.
- Name the first Run Flow step (ex: Assign Task Flow), then configure it to contain an Add Task step assigned to a user (ex: admin@decisions.com).
- Connect the Start and End steps to the Add Task step, then Close and Save the Flow.
- Name the second Run Flow step (ex: Assign Task Flow2), then configure it to contain an Add Task step assigned to a different user (ex: user@decisions.com).
- Connect the Start and End steps to the Add Task step, then Close and Save the Flow.
- Place the Run Flow steps in between the Branch Step and Merge Step.
- Clicking Debug on the top Action Bar will task out the assignments to the specified assignees.
- Observe how the Flow waits for BOTH assignees to complete the assignment before resuming.
Was this article helpful?