Wait for Specific Time
Overview
Automation program sleeps for a specific time
Parameter Configuration
| Parameter | Description |
|---|---|
| Wait Time (ms) | Execution wait time in milliseconds. The millisecond value can be dynamically specified through expressions |
Usage Scenarios
- For cyclic requests to third-party interfaces with frequency limits, this step can be used
- Subsequent steps need to be executed after a delay

