This activity provides semantics similar to two If-ElseIf statements.
Contains an ordered set of IfElseBranchActivity classes. Runs the first branch when the condition evaluates to true. The final branch is not required to have a condition, in which case it always evaluates to true.
A IfElseActivity can complete without having run any child activity, if no conditions are satisfied.