Click or drag to resize
WorkflowTransitionInfoProvider.GetStepTransitionsInternal Method
Gets workflow step transitions

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual List<WorkflowTransitionInfo> GetStepTransitionsInternal(
	WorkflowStepInfo step,
	string where
)

Parameters

step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Workflow step
where
Type: System.String
Where condition

Return Value

Type: List<WorkflowTransitionInfo>
See Also