Hi,
I want to use boundary error event on service task. But, if I mark it async, will that be executed thrice before catching exception?
How can we achieve this? Here is what I want to do:
I want to try three times before giving exception to boundary catch event. I know I can do it through Java code. But, I have other async service tasks which gets executed thrice before finally marking themselves failed. Can someone help please.
Thanks,
Ambika