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

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo MoveToFirstStepInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	string comment,
	WorkflowTransitionTypeEnum transitionType
)

Parameters

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

Return Value

Type: WorkflowStepInfo
See Also