Read Metadata Node

The Read Metadata node fetches stored metadata to drive decisions, enrichment, or reporting logic.


Configuration

  • Bucket: Source metadata bucket.
  • Metadata Key: Optional single key lookup.
  • Output Key: Optional destination path; if empty, response can replace current data.

Usage Notes

  • Use key-specific reads for low-latency branch conditions.
  • Use full metadata reads for enrichment and reporting.
  • Add fallback logic when keys are absent.

Related Pages