Delay
Sets a value which can then be referenced in other tasks.
Categories: Helpers
Type: delay/v1
Actions
Sleep
Name: sleep
Delay action execution.
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| millis | Millis | INTEGER | Time in milliseconds. | true |
Example JSON Structure
{
"label" : "Sleep",
"name" : "sleep",
"parameters" : {
"millis" : 1
},
"type" : "delay/v1/sleep"
}Output
This action does not produce any output.
How is this guide?
Last updated on