Interface IWorkflowBpmnDataAssociationEdgeBuilder

    • Method Detail

      • build

        @CanIgnoreReturnValue
        <DA extends de.xima.bpmn_model.api.element.bpmn.data.DataAssociation<?>> de.xima.bpmn_model.api.element.bpmndi.BpmnEdge build​(DA dataAssociation)
        Creates a BPMN edge for the given data association between the configured source and target.
        Type Parameters:
        DA - The type of the data association, either DataInputAssociation or DataOutputAssociation.
        Parameters:
        dataAssociation - The data association for which to build the BPMN edge.
        Returns:
        The newly created BPMN edge for the data association.