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

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to process
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Step to which should be specified document moved
comment (Optional)
Type: SystemString
Action comment
transitionType (Optional)
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition

Return Value

Type: WorkflowStepInfo
Remarks
The return step can be different than the original given step.
See Also