Hi.
I have process where i call 5 systems:
I have default behavior if any system didint answer:
- Write info to another system.
- Write retry failed call.
So i have some requesrment to process model:
- I didint want much error sub-process handlers like this, it didnt give value and add mess to model
- I cant use event sub-process with error start, becouse error start always interrapt ( i didint want interrapt).
I model this like:
But may be i have more easy way to do it? Like custom inciedent handler, etc.?
Please, give me advice, how i can support my scenario in camunda?