Click or drag to resize
WorkflowConnection Class
Class creating connection definition from information given by workflow.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.UniGraphConfigConnection
    CMS.WorkflowEngine.GraphConfigWorkflowConnection

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public class WorkflowConnection : Connection

The WorkflowConnection type exposes the following members.

Constructors
  NameDescription
Public methodWorkflowConnection(WorkflowTransitionInfo)
Creates Connection configuration object by given WorkflowTransitionInfo object.
Public methodWorkflowConnection(String, String)
Method for support of basic workflows.
Top
Properties
  NameDescription
Public propertyID
ID of connection (not rendered to HTML).
(Inherited from Connection.)
Public propertySourceNodeID
ID of HTML element representing node from which connection starts.
(Inherited from Connection.)
Public propertySourcePointID
ID of source point from which connection starts.
(Inherited from Connection.)
Public propertyTargetNodeID
ID of HTML element representing node to which connection leads.
(Inherited from Connection.)
Top
See Also