delay

This block is part of the timers group and was last modified in core v10.4.28.

delay v10.4.28

generate a delay in seconds

In pins 1 + flow
  • flow
    flow
  • wait (s) required
    number
Out pins 0 + flow
  • flow
    flow
timer
timeout
time out
sleep
wait

A typical wiring for delay: number feeds the wait pin; branch feeds the flow pin; the flow out pin feeds execute.

Studio canvas example for the delay block: typical wiring for delay.

Commonly used with

In production blueprints, this block is most often wired together with:

  • number: feeds into this block. Generates a valid number from the filled custom value in the blueprint.
  • execute: wired in both directions with this block. Executes the given funcion and waits for it to be executed.
  • branch: feeds into this block.
  • sign in: this block feeds into it. let a user be able to login.

Version history

Introduced in v10.4.28.


Back to timers Return to the main group to view all sub-groups Back to flow Return to the group to view all blocks within this group