Click or drag to resize
WorkflowTransitionInfoProviderGetStepTransitionsInternal Method
Gets workflow step transitions

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

Parameters

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

Return Value

Type: ListWorkflowTransitionInfo
See Also