Class WorkflowBpmnPointRef

  • Direct Known Subclasses:
    WorkflowBpmnPointRef.FlowNodeRef, WorkflowBpmnPointRef.StructuredPartRef

    public abstract class WorkflowBpmnPointRef
    extends Object
    Represents a reference to an interface point in a BPMN diagram, where a sequence flow starts, ends, or passes through. References either the in or out port of a IStructuredBpmnModelPart; or the in or out port of a FlowNode.

    All such references represent nodes in a graph, whose edges are the connections between the nodes. When the model is being created, this graph is built. At the end, the workflow engine assembles the graph into sequence flows and adds them to the BPMN diagram.

    Since:
    8.4.0