Skip to content

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

NameLabelTypeControl TypeDescriptionRequired
millisMillisINTEGERINTEGERTime in milliseconds.true

JSON Example

{
"label" : "Sleep",
"name" : "sleep",
"parameters" : {
"millis" : 1
},
"type" : "delay/v1/sleep"
}