Class AbstractInclusiveGatewayBuilder<B extends AbstractInclusiveGatewayBuilder<B>>

    • Constructor Detail

      • AbstractInclusiveGatewayBuilder

        protected AbstractInclusiveGatewayBuilder​(BpmnModelInstance modelInstance,
                                                  InclusiveGateway element,
                                                  java.lang.Class<?> selfType)
    • Method Detail

      • defaultFlow

        public B defaultFlow​(SequenceFlow sequenceFlow)
        Sets the default sequence flow for the build inclusive gateway.
        Parameters:
        sequenceFlow - the default sequence flow to set
        Returns:
        the builder object