Hello,
I have a straightforward cloud flow action that performs a REST call to a web server and processes the response JSON prior to returning a response to the flow's caller. The response time for the REST API call does not exceed one second. the Response action generates the following error:
ActionResponseTimedOut. The execution of template action 'Response' is failed: the client application timed out waiting for a response from service. This means that workflow took longer to respond than the alloted timeout value. The connection maintained between the client application and service will be closed and client application will get an HTTP status code 504 Gateway Timeout.