Deadline Exceed error in OIC
Summary:
We have Orchestration in OIC which will be referred here as Parent integration as it contains multiple invokes to other orchestrations in it (referring as child integrations).
We have Parent integration which is POST method. We have multiple child integrations which are GET method as we expect response to consolidate and update those response to certain fields on Product development Change Order using Parent integration.
Example : We have one Parent integration with 5 child integrations and response received from each child integrations are concatenated and updated to a field on Change order in Product Development module
However, recently we encountered one of the child integration is taking more time due to complex structure and response time is above 5 min resulting in deadline exceed issue. So we converted that into POST method so we need not wait for response.