Class AbstractComplexGatewayBuilder<B extends AbstractComplexGatewayBuilder<B>>

    • Constructor Detail

      • AbstractComplexGatewayBuilder

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

      • defaultFlow

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

        public B activationCondition​(java.lang.String conditionExpression)
        Sets the activation condition expression for the build complex gateway
        Parameters:
        conditionExpression - the activation condition expression to set
        Returns:
        the builder object