Click or drag to resize
WorkflowTransitionInfoProviderGetStepTransitions Method
Gets workflow step transitions

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

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
where (Optional)
Type: CMS.DataEngineWhereCondition
Where condition

Return Value

Type: ListWorkflowTransitionInfo
See Also