Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.twine.se/llms.txt

Use this file to discover all available pages before exploring further.

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. The scheduled-run log level controls which ones are retained on automatic runs.

Example

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

Ports