Click or drag to resize
WorkflowManagerMoveToNextStep Method
Moves the specified node to the next step in the workflow and returns new step.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public WorkflowStepInfo MoveToNextStep(
	TreeNode node,
	string comment = null,
	WorkflowTransitionTypeEnum transitionType = WorkflowTransitionTypeEnum.Manual
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
comment (Optional)
Type: SystemString
Action comment
transitionType (Optional)
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition

Return Value

Type: WorkflowStepInfo
See Also