The Sleep component suspends the flow for the specified period of time.
| Input | Format | All |
|---|---|---|
| Number of Inputs | 1 | |
| Output | Format | All |
| Description |
The input stream is copied to the output stream. |
| Name | Data Type/Selection | Mapping | Description | |
|---|---|---|---|---|
| SleepTime(ms) | int | Yes |
The number of milliseconds for which the flow is to sleep. |
|
| SleepMessage | string | Yes |
The message written to the log file when the flow enters sleep mode. If the message is null, no log entry is written. |
|
| WakeupMessage | string | Yes |
The message written to the log file after the flow returns from sleep mode. If the message is null, no log entry is written. |
|
This component cannot be the starting point for a loop.
| Commit |
Do Nothing |
|---|---|
| Rollback |
Do Nothing |