Choose
Enables branching of execution flow based on an expression. Similar to a C# switch statement or a Visual Basic select case statement.
Properties
Expression
Type: String
An expression that should be evaluated
Remarks
When executed, the Choose Node will branch execution to a Custom Execution Output with the same name as the value provided in Expression.
If there is no Execution Output matching the value in Expression, an error will be returned at the Workflow level.
Examples
See Sample Workflow for an example.