Click or drag to resize
StepTypeWorkflowNodeGetNode Method
Creates new workflow node instance based on given workflow step type.

Namespace: CMS.WorkflowEngine.Factories
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static WorkflowNode GetNode(
	WorkflowStepTypeEnum type
)

Parameters

type
Type: CMS.DataEngineWorkflowStepTypeEnum
Type of workflow step

Return Value

Type: WorkflowNode
New workflow node
See Also