ParallelGateway in Flowable

Hi Team,

We have 3 tasks which are executing in parallel. Once all the task executions are done say one of the task is failed/thrown an exception and other 2 tasks are passed. Is there a way to continue execution of the flow further?

Hi,

I would use error boundary event to catch the exception and continue in the process.
https://www.flowable.org/docs/userguide/index.html#bpmnBoundaryErrorEvent

Regards
Martin

Thanks @martin.grofcik :slight_smile: I will try your solution :slight_smile: