Click or drag to resize
WorkflowTransitionInfoProviderGetStepTransitions Method
Gets workflow step transitions

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static List<WorkflowTransitionInfo> GetStepTransitions(
	WorkflowStepInfo step,
	string where
)

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
where
Type: SystemString
Where condition

Return Value

Type: ListWorkflowTransitionInfo
See Also