Click or drag to resize
WorkflowManagerMoveToNextStepInternal 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#
protected virtual WorkflowStepInfo MoveToNextStepInternal(
	TreeNode node,
	string comment,
	WorkflowTransitionTypeEnum transitionType
)

Parameters

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

Return Value

Type: WorkflowStepInfo
See Also