Hi Forum,
Need some thoughts to handle the following situation in JBPM5.
I want to make a websrvice call and handle all associated exceptions surrounding it. i.e., Including retries in case of connectivity issues, handling of business errors.
I hope that I can use the following, but please correct me if there are better ways
* script task which implements the retries (or create a work item to call a WS and implement the same over there)
* error event for business errors.
Regards,
Aparna