Hi,
is there any possibility to use multiple wait on webhook nodes in a single workflow?
Would be nice to have ![]()
Hi,
is there any possibility to use multiple wait on webhook nodes in a single workflow?
Would be nice to have ![]()
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hi @prononext, sure. You can easily use multiple Wait nodes in a workflow and have each of the them wait for a webhook call.
Just keep in mind that each node will use the same {{ $execution.resumeUrl }} (which uses the execution ID as an identifier).