Hi,
The task listners that we have on a task execute business rules in our own application (i.e. thru EJBs). But if those fail or there are system failures/exceptions with the EJBs how to handle them? The notify method does not throw an exception (even if it did how would it affect the task even itself - i.e. create, assignment etc) Is the only possibility to just eat the exceptions and forget about it? Note that there would be no point in setting task/process variables at this point.
thanks,
Rue