Click or drag to resize
WorkflowGraphGetDefaultConnections Method
Returns default list of connections based on given information.

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

Return Value

Type: ListConnection
List of connections.
See Also