Click or drag to resize
WorkflowGraphGetDefaultNodes Method
Returns default list of nodes based on given information.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected override List<Node> GetDefaultNodes()

Return Value

Type: ListNode
List of nodes
See Also