Suspend and resume workflow runs
Suspend and resume workflow executions automatically.
Action
- Wait for Callback
- You can pause a workflow execution until an inbound event occurs.
Note:
- The URL used to trigger the inbound event is secured with x-instance-api-key. Therefore, you must include your x-instance-api-key when you send the HTTP request with the URL. For more information, see Authenticating API requests
- The duration for which the workflow remains suspended is not included in the calculation of the total transaction count for the workflow execution.
- While designing the workflow, you cannot add the Wait for callback action before the Return Data on sync webhook action or inside the Global error handler or Loop action. Attempting to do so results in an error.
- When you call a Wait for Callback action, the system determines the execution path by reexecuting all conditionals such as Condition blocks and Switch actions.
- Any action that is already executed in the previous run does not execute again unless it belongs to an Error Handler path or the Global Error Handler.
- Because the conditionals are reexecuted to determine the correct path, the workflow visualization line displays from the workflow Start button.