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
- Execute a Function — Call this function from another flow.

