Error Handler not called. #227
MaheshkumarSundaram
started this conversation in
General
Replies: 2 comments 2 replies
-
I am able to repeat the problem, working on a fix |
Beta Was this translation helpful? Give feedback.
0 replies
-
A humble request. I suppose you are working on many things for the new relase including the below:
Could you please consider releasing the fix for this error handler thing as a patch asap because the error propogates and all other subsequent tasks have high chances of failing expecially if dependent on that failed task? Thank you so much. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ralphhanna,
I have the below process:
Attaching the file:
BPMN XML File
Process
When there is any error in
VarDefinition
, the boundary event catches the error and it progresses to1st ErrorHandle
.But there is an error in
Call mrln
, instead of progressing to2nd ErrorHandle
, the process ends abruptly.In my
appServices.ts
, I use call the below to handle error and its the same for all services:I can't figure out whats wrong?! The diagram seems fine to me.
Could you provide any insight on this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions