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.

Reads a per-evaluation metadata field — the action being performed, the model’s timestamps, or the mapping’s lifecycle fields — and emits its value as a dated property. Useful inside conditions to branch on create vs. update, or to gate on whether a mapping has ever updated.

Configuration

  • Key — pick from the available meta keys. :action is :create or :update during replication. :inserted_at / :updated_at are the model’s own timestamps. :mapping_inserted_at / :mapping_updated_at / :mapping_status apply to the mapping for the system in scope.

Empty meta

If the chosen key isn’t populated for this evaluation (e.g. design-time eval without an action picked), the node emits an empty timeline. Pair with Switch’s :empty port to provide a fallback.

Ports