cancel
Showing results for 
Search instead for 
Did you mean: 

Error End Event doesn't end a subprocess?

npasquetto
Champ in-the-making
Champ in-the-making
Good morning  Smiley Happy,

we have notice that if an errorEndEvent activity occurs in a subprocess, the subprocess doesn't really end (end time in ACT_HI_ACTINST is NULL). This is a problem because the ErrorBoundaryEvent that catch the error can't end the process instance.

Someone else have encountered this kind of problem?
3 REPLIES 3

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Is there maybe another parallel flow?

npasquetto
Champ in-the-making
Champ in-the-making
Hi,
Is there maybe another parallel flow?
The boudary catch the error, then runs another subrocess, then returns in the main flow (with an exlusive gateway). For example, if the error isn't thrown, the process end correctly, following the same flow for the last activities.

Isn't the correct approach?

jbarrez
Star Contributor
Star Contributor
Pretty hard to tell, without the diagram or XML. Could you post that? Or even better, a failing unit test.