Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetPreviousStepInfoFromManualInboundTransitionInternal Method
Tries to get previous step info from manual transition leading into given step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual WorkflowStepInfo GetPreviousStepInfoFromManualInboundTransitionInternal(
	WorkflowStepInfo step
)

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
Source step

Return Value

Type: WorkflowStepInfo
See Also