I am trying to use the wait node to create a webhook at runtime. When it executes, I am not seeing a variable created. {{ $execution.resumeUrl }} [filled at execution time]. It’s displaying filled at runtime, but the execution still shows as “Waiting”, so it looks like it’s running. How can I troubleshoot this? I want to create an unique url that is processed via GET when a user click the url. https://****.app.n8n.cloud/webhook-waiting/2039
This is what I am getting:
{“code”:404,“message”:“The workflow for execution "2039" does not contain a waiting webhook with a matching path/method.”}