Moves the specified node to the specified step in the workflow and returns the step.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
 - Type: CMS.DocumentEngine TreeNode
Node to process 
- stateObj
 - Type: CMS.DataEngine BaseInfo
State object 
- currentStep
 - Type: CMS.WorkflowEngine WorkflowStepInfo
Current workflow step of the document 
- step
 - Type: CMS.WorkflowEngine WorkflowStepInfo
Target workflow step of the document 
- comment
 - Type: 
System String
Action comment 
- transitionType
 - Type: CMS.WorkflowEngine WorkflowTransitionTypeEnum
Type of transition 
- handleActions
 - Type: 
System Boolean
Indicates if step actions should be handled 
Return Value
Type: WorkflowStepInfoSee Also