Retrying trigger service

Hi All,

In our flow we are using a trigger service which needs to be retried on any transient failure mainly database connection not available .Could you please let me know how to handle this logic in catch block of the service and how to set the variable on which the throwing IS Runtime exception for retry depends?

Thanks and Regards,
Nithin Dindigala.

You can configure the DB adapter to treat specific error codes as ISRuntimeException. The docs have the details.