The Sleep component is used to execute a flow after the specified period of time.
Parameter | Data Type | Description | Required | Default Value |
---|---|---|---|---|
Delay | int | The specified delay in milliseconds. | Yes | 1000 |
The message
output by the component is as detailed below:
message Attribute |
Value |
---|---|
payload | This attribute inherits the attribute of the previous component. |
error |
|
attribute | This attribute inherits the attribute of the previous component. |
variable | This attribute inherits the variable of the previous component. |
None.
Was this page helpful?