How to send a intermediate response back to caller in a REST trigger integration
Summary
How to send a intermediate response back to caller in a REST trigger integrationContent
HI All,
Is there a way to send a http response (204 OK) to caller from a rest trigger integration. Our problem is that the rest trigger integration takes around 30 minutes to process and another integration that calls it is timing out. We want to send a temporary response back to the caller saying that request has been accepted so that caller can complete gracefully and the REST integration will complete after 30 m and send email notification saying process completed.
Currently we can only have one response activity in the ICS at the end. I want to add another activity immediately after the trigger to let caller know that the request is received. Is it possible?