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: 13.0.131
Syntax
C#
protected virtual ObjectQuery<WorkflowTransitionInfo> GetStepInboundTransitionsInternal(
	WorkflowStepInfo step,
	WhereCondition where
)

Parameters

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

Return Value

Type: ObjectQueryWorkflowTransitionInfo
See Also