Hi,
The IS documentation says that the trigger can be configured on IS to retry a number of times to submit the document to the service. “The Integration Server makes another attempt to submit the document to the service only if the service is an adapter service and the service fails because of a transient error condition”.
If I understand it correctly this requires that I need to configure the trigger to invoke an adapter service, not a flow service. However the service invoked by a trigger needs to have the reference to the triggering document in its input specification and the adapter service input is not editable but is determined by the adapter service template. So, is this doable?
I am really interested in using the IS functionality of retry in case of transient adapter errors but I don’t have an idea how to make it work. Any help is appreciated.