Click or drag to resize

ConditionalTransitionExpression Field

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.

Namespace:  Colygon.MatchPoint.WorkflowKit.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public ExpressionString Expression

Field Value

Type: ExpressionString
See Also