Hi,
Is it possible to use the Webhook connector Synchronously?
As in, instruct it to wait until the End Event, or a named configured Task, before sending a response to the client?
As right now it’s behaviour, for me at least, is purely Asynchronous, as in:
- The client sends a Request to the Webhook connector.
- The Webhook connector sends a message back to the client, close the connection, and then starts the Workflow.
Ideally what I want is:
- The client sends a Request to the Webhook connector.
- The Webhook connector waits (until the End Event, a named Task be completed or a timeout) before sending the Response to the client.
- The Webhook connector sends the Response to a client, which might include a Process Variable populated during the run of the Workflow.
- The Webhook connector closes the connection to the client.
So, in sum, while I can use it perfectly Asynchronously, I don’t seem to be able to use it Synchronously, so, is it possible to use the Webhook connector Synchronously, and if so, how, please?
Thanks a million in advance,
Rove.