Click or drag to resize
AbstractAutomationManagerInfoTypeMoveStepInternal Method (InfoType, AutomationStateInfo, WorkflowStepInfo)
Moves the specified object to the first step without automatic transition and returns the final step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo MoveStepInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	WorkflowStepInfo currentStep
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the object

Return Value

Type: WorkflowStepInfo
Remarks
The return step can be different than the original target step.
See Also