Discussion:
[jboss-user] [jBPM] - jBPM 5.4 Exception Handling by Code and Signal Events
Felix Becker
2013-01-29 08:26:42 UTC
Permalink
Felix Becker [https://community.jboss.org/people/suerte] created the discussion

"jBPM 5.4 Exception Handling by Code and Signal Events"

To view the discussion, visit: https://community.jboss.org/message/794808#794808

--------------------------------------------------------------
Hi,

i'm working with jBPM for 4 month and i currently stuck.

I try to implement an Exception Handling by throwing an error event, which will be cought by an signal event. I dont want to use the common error event node, because the process is very long an i got a lot of exception handling methods. if i have to use the error event nodes, i will have to connect almost all humantasks nodes with a own error event and i have to use separate variables to control the process flow.

Is there a possibility to handle this exceptions in a different way from using error nodes for each human node an exception method?


Regards,

suerte
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794808#794808]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Felix Becker
2013-01-30 13:55:04 UTC
Permalink
Felix Becker [https://community.jboss.org/people/suerte] created the discussion

"Re: jBPM 5.4 Exception Handling by Code and Signal Events"

To view the discussion, visit: https://community.jboss.org/message/795131#795131

--------------------------------------------------------------
Hallo again,

i got the solution.

Its simple but not clearly declared. You have to use the signalEvent(); Methode to jump to a Signal Event and to complete delegate the process to this Signal Event.

Thats all.


Regards
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/795131#795131]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...