Class AbstractSubProcessBuilder<B extends AbstractSubProcessBuilder<B>>

    • Constructor Detail

      • AbstractSubProcessBuilder

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

      • triggerByEvent

        public B triggerByEvent()
        Sets the sub process to be triggered by an event.
        Returns:
        the builder object
      • camundaAsync

        @Deprecated
        public B camundaAsync()
        Deprecated.
        use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
        Returns:
        the builder object
      • camundaAsync

        @Deprecated
        public B camundaAsync​(boolean isCamundaAsync)
        Deprecated.
        use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute.
        Parameters:
        isCamundaAsync - the async state of the task
        Returns:
        the builder object