Wait
The Wait function lets you pause the execution of a graph for a set period. You can specify the delay and choose the time format (such as seconds, minutes, or hours).
This is useful when you need to:
- Add a delay between steps
- Wait for an external process to complete
- Control the timing of scheduled tasks or job executions
How to use Wait?
Step 1: Apply the wait transformation in the graph.
Step 2: For “Wait Time,” the user specifies the desired duration and time format according to their preference.
Step 3: Run the graph to execute the transformation.
For example:
- We input “5” into the “Wait Time” field.
- For the “Format” field, we chose “Seconds.”
