Interface IOutgoingStructuredBpmnModelPartBuilder<Self>

    • Method Detail

      • outPort

        @CanIgnoreReturnValue
        Self outPort​(Double outPort)
        Sets the outgoing interface of this structured model part, see IStructuredBpmnModelPart.outPort().
        Parameters:
        outPort - The position of this part's out port.
        Returns:
        This builder, for chaining.