Click or drag to resize
WorkflowGraphAddConnection Method
Adds single connection based on given indexes from list of Nodes.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected void AddConnection(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: SystemInt32
Index from nodes
toIndex
Type: SystemInt32
Index from nodes
See Also