Moves the specified object to the specified step and returns the step.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- infoObj
- Type: InfoType
Object instance
- stateObj
- Type: CMS.Automation AutomationStateInfo
State object
- currentStep
- Type: CMS.WorkflowEngine WorkflowStepInfo
Current workflow step of the object
- step
- Type: CMS.WorkflowEngine WorkflowStepInfo
Target workflow step of the object
- comment
- Type: System String
Action comment
- transitionType
- Type: CMS.WorkflowEngine WorkflowTransitionTypeEnum
Type of transition (Use Manual when the action is performed by the user, not the process.)
- handleActions
- Type: System Boolean
Indicates if step actions should be handled
Return Value
Type: WorkflowStepInfoSee Also