Click or drag to resize
WorkflowNodeGetInstance Method (WorkflowTypeEnum, WorkflowStepTypeEnum)
Method creating an empty node with predefined type-specific properties.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public static WorkflowNode GetInstance(
	WorkflowTypeEnum workflowType,
	WorkflowStepTypeEnum stepType
)

Parameters

workflowType
Type: CMS.WorkflowEngineWorkflowTypeEnum
Workflow type
stepType
Type: CMS.DataEngineWorkflowStepTypeEnum
Workflow step type

Return Value

Type: WorkflowNode
New workflow node
See Also