E1: ORCH: How to Retry an External REST API Call if the External REST API Service Is Not Reachable During the First Attempt
(Doc ID 2885179.1)
Last updated on AUGUST 23, 2022
Applies to:
JD Edwards EnterpriseOne Orchestrator - Version 9.2 and laterInformation in this document applies to any platform.
Goal
When an Orchestration is run against an external REST API server, sometimes the first connection attempt to the external server fails and the whole Orchestration will end in error.
Currently, there is no setting for an Orchestrator connector to retry a connection some number of attempts at a specific time interval. Enhancement Request Enh 34509196 - NUMBER OF RETRIES AND RETRY INTERVAL FOR CONNECTOR DEFINITION IN ORCHESTRATOR ST has been opened to request a feature where the connector could be defined having a total number of attempts in case of a failure, at specific time interval
Since there is no setting available in AIS server or Orchestrator Studio to define a number of retries and a retry interval, this document will show how to have an Orchestration step which involves a connection to an External REST API server retried for a number of time at a specific retry interval.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |