Click or drag to resize

ConditionalTransitionLabel Property

This will be the name displayed on the 'resume workflow' user action if any of the actions in this transition fail. If null, the name of the current state will be displayed.

Namespace:  Colygon.MatchPoint.WorkflowKit.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override PatternString Label { get; set; }

Property Value

Type: PatternString
See Also