Branching in Workflows
Branches provide a way to control the flow of a workflow. Each of the walkthroughs below provides examples tailored to each branch type.
-
Simple Branch Type may be used to group together related actions.
-
If/If-Else Branch Types may be used to conditionally execute one set of actions versus another.
-
ForEach Iterator Branch Type may be used to perform the same actions over a collection of data.