Activities executes even after error occured

Hi All,

I have a flow with list of activities [as below diagram] and all activites are calling another process using call activity.

Now, after “CRM Fetch Record” which calls another camunda flow (say Flow2), then if flow2 results in error (run time error) then the overall control passed back to error handler code and then again the code will be resume as shown in the above diagram.

The expected behavior is if the code has reached to error handler section then the overall process should be stopped here and process instance shoud terminate.

CRM_Operations.bpmn (24.2 KB)

Can someone pls explain why that is happening in my case.

Thanks,
Abhi

Hi @camundaabhishek,

could you please share the process model (*.bpmn) of the call activity labeled with ‘CRM Fetch “Status” Record’?

Cheers,
Tassilo

Hi @tasso94,

Have edited my question (added the CRM Fetch Status BPMN)