Wait
The Wait activity introduces controlled pauses within your API workflow. Use it to add delays between actions, ensuring systems have time to process requests, update stauses, or become available before your workflow proceeds to the next step.
Using the Wait activity
To add a Wait activity to your workflow:
- On your API workflow designer canvas, select the plus (+) icon. The Add activity menu appears.
- Select More ... , then Wait.
- In the Properties panel, write the duration for which your workflow should pause, in miliseconds.
- Debug the workflow to execute the activity and generate output fields for later use.