> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Run Metadata

> Update metadata of the current run

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/metadata.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=61371d89c170f35c6fdaaac1eff0aef8" alt="Metadata node" width="340" height="205" data-path="images/nodes/metadata.png" />
</div>

The **Set Run Metadata** node allows you to add or update metadata associated with the current workflow run. This is useful for tracking, logging, or adding custom information to workflow executions.

## Inputs

* **Metadata**: The metadata key/name
* **Value**: The value to store

## Usage

Provide a metadata key and value to store information about the current workflow run. This metadata can be viewed in run logs or used for filtering and searching workflow executions.

## Use cases

* Tagging runs with customer IDs
* Storing processing status
* Adding reference numbers
* Recording source information
* Tracking business-specific identifiers
