AbstractAutomationManagerInfoTypeMoveToFirstStep Method |
Moves the specified object to the first step and returns the step.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax public WorkflowStepInfo MoveToFirstStep(
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:
WorkflowStepInfoSee Also