HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion

"How to handle SMTP failures in a mail activity"

To view the discussion, visit: http://community.jboss.org/message/556189#556189

--------------------------------------------------------------
Hi Jeffrey,

If there were some exception during jobExecutor executed jobs.  It will store 
the related exception information into database.  We could get these error 
information by querying JBPM4_JOB tables.

Then if you want to execute some jobs by hand,  you could use 
management.executeJob(jobId);

At last,  I think the best way to handle the error in process is using 
exception-handler,  which is not implemented yet,  Did you have any advices on 
it?  If you have any advices please tell us,  Thank you very much.

--------------------------------------------------------------

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

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

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to