Attach Error Boundary Events to serviceTask/scriptTask #718
Replies: 4 comments 2 replies
-
HI Irene, Just to check, if I understand correctly, you want to be able to raise a named exception inside your PL/SQL code which then causes a BPMN error or escalation event to fire, which you can manage in the process diagram from a scriptTask or serviceTask or businessRulesTask (any task that can run user-defined PL/SQL code)? It's on our list - will try to get it into the upcoming 24.1 release if we can... There's probably a (messy) workaround that you could use (temporarily) today, involving creating a messageCatch event, & using your exception inside your code to throw a message to the catcher. It's not ideal, but if you really need a workaround before the next release, you could explore it... |
Beta Was this translation helpful? Give feedback.
-
See Issue #657 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the quick answer. Yes, that's exactly the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi @rallen2010 , |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am working in flows for APEX.
I would like to attach a error boundary Events to Service task so that the task's exceptions would be caught with the error.
How can I throw those errors from my task?
I have checked with RAISE but the task appears with an error.
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions