Hi,
I' m working on an extension service for vCloud. I call an URL via a POST request and then orchestrator run a workflow, this workflow send results via amqp to my vCloud.
This solution works great ! But when my workflow is running more than 10 seconds, vCloud api return this error : GATEWAY_TIMEOUT failed to respond in the specified timeout (10 SECONDS).
So my idea to avoid this problem is to create a task in vCloud when the workflow is running and return to the api an url which allows to consult the workflows state (running, completed, ...)
Do you think there is a way to do this ?
Thanks for your help !