ConditionalTransition Fields |
The ConditionalTransition type exposes the following members.
Name | Description | |
---|---|---|
Actions | Contains the actions that are executed when this transition is executed. (Inherited from BaseTransition.) | |
EvaluateImmediately | If enabled, the conditional expression is evaluated immediately after the new state is reached, otherwise only after the item is updated. | |
Expression | Specifies an expression that evaluates to 'true' or 'false'. If the expression evaluates to 'true', the current state is transformed to the specified next state. | |
NextStateId | Specifies the next state in case this condition is matched. (Inherited from BaseTransition.) |