ByteChef LogoByteChef
Components

Delay

Sets a value which can then be referenced in other tasks.

Sets a value which can then be referenced in other tasks.

Categories: Helpers

Type: delay/v1


Actions

Sleep

Name: sleep

Delay action execution.

Properties

NameLabelTypeDescriptionRequired
millisMillisINTEGERTime 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.

On this page