Class AbstractSubProcessBuilder<B extends AbstractSubProcessBuilder<B>>

    • 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