Interface IOutgoingStructuredBpmnModelPartBuilder<Self>

Type Parameters:
Self - The type of the builder.
All Known Subinterfaces:
IWorkflowNodeBpmnModelPartBuilder, IWorkflowTriggerBpmnModelPartBuilder

public interface IOutgoingStructuredBpmnModelPartBuilder<Self>
A IStructuredBpmnModelPartBuilder that allows for outgoing connections.
Since:
8.4.0
  • Method Details

    • 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.