Click or drag to resize
AbstractAutomationManagerInfoTypeMoveToFinishedStep Method
Moves object directly to finished step. (Finishes the process without going through all the steps.)

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

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
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
See Also