0 Replies Latest reply on Sep 22, 2017 6:42 AM by madalinavrinceanu

    Failing async task on a multi instance subprocess stops all the other processes

    madalinavrinceanu

      Hello,

       

      I have a process definition where a multi instance subprocess has a reusable process with an error boundary event. The scope is to process many files. If one fails, I need the others to continue execution. Everything works fine for Sync tasks (defined in the reusable process), but not for the async ones. When a async task fails, all the other processes fail with the same error. Any ideas?