I would love to know if there is a possibility to resume the workflow when a webhook is called.
The goal is to put the workflow on hold till a node finish the execution and send data back to the workflow.
I’m exploring the wait node on webhook call
It’s tricky because I have the f irst node that should send the data (including the generated webhook url) and then wait node till the webhook receive a response.
There is a workaround for that ?