Click or drag to resize
WorkflowStepInfoRelatedTransition Property
Related transition which leads to this step (This property is initialized only when deciding the next steps)

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public WorkflowTransitionInfo RelatedTransition { get; set; }

Property Value

Type: WorkflowTransitionInfo
See Also