Which usecase can it be used in?
3 Likes
The Delay Task in vDesigner 2.0 is quite simple but very useful for controlling the timing and sequencing of actions in your workflow.
When this task executes, the next task executes after the configured time-delay.
This means it pauses the workflow for a specified number of seconds before continuing to the next task.
The delay is non-blocking to the entire system ,it only pauses the current workflow path, not other parallel workflows.
Common Use Cases:
- Rate Limiting
- Wait for External Processing
- Simulating Real-Time Events in a Sequence
- Sequence Tasks
6 Likes