Discussion:
[jboss-user] [jBPM] - How to use the Error Event node in process (jBPM5.4)?
Raja Ghosh
2013-06-03 08:10:22 UTC
Permalink
Raja Ghosh [https://community.jboss.org/people/sanku_74] created the discussion

"How to use the Error Event node in process (jBPM5.4)?"

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

--------------------------------------------------------------
Can anyone give me some pointer to implement error event handler?I am having a process which needs to have error event handler. I am using a custom web application to implment ta business process.

For your reference I am attaching the process.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-06-03 10:27:00 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: How to use the Error Event node in process (jBPM5.4)?"

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

--------------------------------------------------------------
what would you like to do when the error happens?

One option could be to model the activity that should happen in case of an error directly in the process, so just before the error end even you add the steps that need to happen, so you'll handle the error directly within the process and error event will terminate the process instance and mark it as failed so it can be found later on if needed.

HTH
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Raja Ghosh
2013-06-04 03:46:25 UTC
Permalink
Raja Ghosh [https://community.jboss.org/people/sanku_74] created the discussion

"Re: How to use the Error Event node in process (jBPM5.4)?"

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

--------------------------------------------------------------
I am not clear what you said. My case there is a rule task which after evaluation if no rule is found for the process the automated process will stop and error event will inform the system to continue the process manually.

I need one more help I have one process which contains a timer with human task in parallel.After the task is assigned to a user and if the user is not responded within a imeframe mentioned by the timer intervel it will call another process.Please guide I am new to this jbpm.

Thanks and Regards

Raja Ghosh
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Ashish T
2013-06-07 09:17:55 UTC
Permalink
Ashish T [https://community.jboss.org/people/ashpcs] created the discussion

"Re: How to use the Error Event node in process (jBPM5.4)?"

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

--------------------------------------------------------------
Can you explain what is mean by " automated process will stop and error event will inform the system to continue the process manually".  Do you mean to say Business process will be completed and someone will  will do te process manually or you want to have a human task in case no rule is found?
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Maciej Swiderski
2013-06-07 09:33:24 UTC
Permalink
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: How to use the Error Event node in process (jBPM5.4)?"

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

--------------------------------------------------------------
Post by Raja Ghosh
I am not clear what you said. My case there is a rule task which after evaluation if no rule is found for the process the automated process will stop and error event will inform the system to continue the process manually.
this "inform the system" is the crutial part - what i meant is that you could add activity before the error event that will to the heavy work for information - like sending email, providing a user task for it etc
Post by Raja Ghosh
I need one more help I have one process which contains a timer with human task in parallel.After the task is assigned to a user and if the user is not responded within a imeframe mentioned by the timer intervel it will call another process.Please guide I am new to this jbpm.
use boundary event on the user task and as soon it expires use call activity to start another process.

HTH
--------------------------------------------------------------

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

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