Skip to main content
Function flows are reusable subgraphs you call from commands, events, or other functions. This block is placed automatically by the builder. You cannot add it from the block palette.

What it does

Marks the entry point of a function flow. Execution jumps here when an Execute a Function block calls this function by name.

Common uses

  • Shared utilities — Centralize logging, permission checks, or formatting.
  • Cleaner canvases — Move repeated sequences out of large command flows.

Tips

  • Use the hint field to document expected inputs for collaborators.

See also

Last modified on June 6, 2026