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

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

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
transitionType (Optional)
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition (Use Manual when the action is performed by the user, not the process.)

Return Value

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