Interface SubProcessActivityBehavior

    • Method Detail

      • completing

        void completing​(DelegateExecution execution,
                        DelegateExecution subProcessInstance)
                 throws java.lang.Exception
        called before the process instance is destroyed to allow this activity to extract data from the sub process instance. No control flow should be done on the execution yet.
        Throws:
        java.lang.Exception
      • completed

        void completed​(DelegateExecution execution)
                throws java.lang.Exception
        called after the process instance is destroyed for this activity to perform its outgoing control flow logic.
        Throws:
        java.lang.Exception