Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetStepInboundTransitionsInternal Method
Gets transitions leading into given step

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

Parameters

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

Return Value

Type: ListWorkflowTransitionInfo
See Also