Interface IWorkflowBpmnAssociationEdgeBuilder

    • Method Detail

      • associationDirection

        @CanIgnoreReturnValue
        IWorkflowBpmnAssociationEdgeBuilder associationDirection​(de.xima.bpmn_model.api.element.bpmn.artifacts.AssociationDirection direction)
        Sets the direction of the association. Defaults to NONE.
        Parameters:
        direction - The direction of the association.
        Returns:
        This builder for chaining method calls.
      • build

        @CanIgnoreReturnValue
        IWorkflowBpmnAssociationEdge build()
        Creates an Association and BPMN edge between the configured source and target.
        Returns:
        The created association and BPMN edge.