Skip to main content
This feature requires an Enterprise license. It is available only for:
  • W&B Multi-tenant Cloud
  • W&B Dedicated Cloud
  • W&B Self-Managed v0.75.0+
This page describes how to view and understand the execution history of your W&B automations, including what triggered an automation, what actions were taken, and whether they succeeded or failed.

Overview

Each executed automation generates a record that includes:
  • Execution timestamp: When the automation was triggered.
  • Triggering event: The specific event triggered the automation.
  • Status: The execution’s status. See Execution status.
  • Action details: Information about what action was performed, such as notifying a Slack channel or running a webhook.
  • Result details: Additional information, if any, about the final outcome of executing the automation, including the error for a failed execution.

View automation history

You can view automation history from multiple locations in the W&B App:

From the Automations tab

  • Registry
  • Project
  1. Navigate to your registry by clicking on Registry in the left sidebar.
  2. Select your registry from the list.
  3. Click Automations tab to view the registry’s automations. In each row, the Last execution column shows when the automation last executed.
  4. In the Automations history tab, view all executions of the registry’s automations in reverse chronological order, starting with the most recent execution. Each execution’s metadata displays, including the event, action, and status.

From the automation details page

  1. Navigate to your project or registry.
  2. Click the Automations tab.
  3. Click an automation name to view or edit its configuration.
  4. The Execution history section shows all executions for this specific automation. lick an execution timestamp to view details about a particular execution.

From a specific entity

  • Registry
  • Project
  1. Navigate to your registry.
  2. Select a specific registered model or artifact collection.
  3. Click the menu in the top right.
  4. Select View history to see all automation executions related to this entity.

Understanding execution details

Execution status

Each automation execution has one of the following statuses:
  • Finished: The automation completed all actions successfully.
  • Failed: The automation encountered an error and could not complete.
  • Pending: The automation is queued for execution.

Execution details

Click on any execution in the history to view:
  • Event details: The specific event that triggered the automation, including:
    • Event type (e.g., “New artifact version”, “Run completed”)
    • Entity information (run ID, artifact name, etc.)
    • User who triggered the event (if applicable)
  • Action details: Information about what the automation attempted to do:
    • Action type (Slack notification or webhook)
    • Target (Slack channel or webhook URL)
    • Payload sent (for webhooks)
  • Result information:
    • Response status (for webhooks)
    • Any error messages or stack traces (for failed executions)

Find an automation execution

To find an automation execution, you can search by automation name, or you can sort the list of executions by any column.

Next steps