Interface IWorkflowBpmnInterconnection


  • public interface IWorkflowBpmnInterconnection
    A BPMN interconnection between WorkflowBpmnPointRef. Many interconnections together make up a single BpmnEdge. The first element of an interconnection chain that starts a BPMN edge and the last element that ends the BPMN must always be FlowNodeRef. Intermediate elements may be StructuredPartRef.

    During the resolution phase at the end of a BPMN diagram creation process, all interconnection elements are assembled into a chain of interconnections, by building an interconnection graph with the (source, target) as edges. The graph is used to link the target of one interconnection element to the source of the next interconnection element. Each chain (=connected component in the interconnection graph) then becomes a single BPMN edge in the final BPMN diagram.

    Since:
    8.4.0