Click or drag to resize
AbstractAutomationManagerInfoTypeMoveToPreviousStep Method (InfoType, AutomationStateInfo, WorkflowStepInfo, String)
Moves the specified object to the specified previous step and returns the step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public WorkflowStepInfo MoveToPreviousStep(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	WorkflowStepInfo step,
	string comment
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Step to which should be specified object moved
comment
Type: SystemString
Action comment

Return Value

Type: WorkflowStepInfo
See Also