Click or drag to resize
WorkflowManagerMoveToStepInternal Method (TreeNode, BaseInfo, WorkflowStepInfo, WorkflowStepInfo, String, WorkflowTransitionTypeEnum, Boolean)
Moves the specified node to the specified step in the workflow and returns the step.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override WorkflowStepInfo MoveToStepInternal(
	TreeNode node,
	BaseInfo stateObj,
	WorkflowStepInfo currentStep,
	WorkflowStepInfo step,
	string comment,
	WorkflowTransitionTypeEnum transitionType,
	bool handleActions
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
stateObj
Type: CMS.DataEngineBaseInfo
State object
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the document
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Target workflow step of the document
comment
Type: SystemString
Action comment
transitionType
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition
handleActions
Type: SystemBoolean
Indicates if step actions should be handled

Return Value

Type: WorkflowStepInfo
See Also