Skip to main content
Writes a message to the flow run’s log, then continues. Perfect for marking milestones in a long flow, or for spot-debugging: check the Runs pane after a dry run to see what was logged.

Configuration

  • Message — the log template. {assign_name} inside the string is replaced with the current value of that assign at run time. Unknown keys resolve to "nil".
  • Levelinfo (default), debug, or warning. FlowLog lines always appear in the run log regardless of any node floor or run override; the level just controls how the viewer colours and filters the line (and debug inlines the raw struct for non-scalar {tokens}).
  • Include in notifications — when on, this entry is forwarded to the email notification pipeline if a matching notification config exists.

Example

Processed {employees} employees (of {source_count} total)

Ports