Remove waiting execution limitation for webhook call (#2545)

This commit is contained in:
Justin Ellingwood 2024-10-11 14:16:37 +01:00 committed by GitHub
parent 5a34a0ef4f
commit ae246439b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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