Click or drag to resize
AbstractAutomationManagerInfoTypeMoveToStepInternal Method
Moves the specified object to the specified step and returns the step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected override WorkflowStepInfo MoveToStepInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	WorkflowStepInfo currentStep,
	WorkflowStepInfo step,
	string comment,
	WorkflowTransitionTypeEnum transitionType,
	bool handleActions
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Target workflow step of the object
comment
Type: SystemString
Action comment
transitionType
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition (Use Manual when the action is performed by the user, not the process.)
handleActions
Type: SystemBoolean
Indicates if step actions should be handled

Return Value

Type: WorkflowStepInfo
See Also