I have a requirement to handle the transient errors while sending the data to destination.
In case of non-model flow I was doing it by catching the transient errors and throwing it as an IS exception using pub.flow:throwExceptionForRetry service and was setting the trigger properties for retry.
Could any one of you please let me know how to achieve this in case of a model flow.
the same, you throw RuntimeException (pub.flow:throwExceptionForRetry )
but you have to set Step retry count and Step retry interval at process step implementation properties tab
I don’t konow 6.5. I use 7.1 version and under this version Modeler is called Designer.
In 7.1 this settings are accesible in: process step(service) properties tab → implementation
Make sure You are working under ProcessDevelopment perspective.