mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Remove waiting execution limitation for webhook call (#2545)
This commit is contained in:
parent
5a34a0ef4f
commit
ae246439b0
@ -113,7 +113,6 @@ Set whether the workflow will automatically resume execution after a specific li
|
||||
There are some limitations to keep in mind when using On Webhook Call:
|
||||
|
||||
* Partial executions of your workflow changes the `$resumeWebhookUrl`, so be sure that the node sending this URL to your desired third-party runs in the same execution as the Wait node.
|
||||
* When testing your workflow using the Editor UI, you can't see the rest of the execution following the Wait node. To inspect the execution results, enable **Save Manual Executions** in your [Workflow settings](/workflows/settings/) so you can review the execution results there.
|
||||
|
||||
### On Form Submitted
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user