on startup

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

on startup v10.4.28

create a thread on startup

Out pins 0 + flow
  • flow
    flow

Entry point that fires when the application starts: every active blueprint beginning with this block is run at boot. It fires once per NODE, not once per cluster : a two-node entity runs it twice : so work that must happen once belongs behind function_create_thread, whose `running` pin is true on exactly one node. The block itself does nothing at execute time; flow simply continues on the flow pin.

A typical wiring for on startup: the flow out pin feeds debug.

Studio canvas example for the on startup block: typical wiring for on startup.

Version history

Introduced in v10.4.28.


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