If Else Branch Activity
Last changed: MauriceDeBeijer-80.126.16.139

.
Summary

Use to control which part of a workflow needs to be executed.

The ActivityCondition of each branch is determined before the branch is run. The first IfElseBranchActivity in the IfElseActivity that evaluates to true is run.

Either a CodeCondition or a RuleConditionReference can be used for each branch.

Additional branches can be added as needed. Only one branch can have an empty condition.