Skip to main content
The Novu Activity Feed tracks the full execution lifecycle after a workflow is triggered. It provides real-time visibility into how workflows run, helping you understand what happened and why. From the Activity Feed, you can inspect each workflow run and API request to see how each subscriber notification was processed. Workflow runs list
Each environment has its own Activity Feed, ensuring execution data is isolated and easy to reason about.

Inspect workflow runs

The Workflow Runs tab shows the details of every workflow triggered to each subscriber. Each run represents a single execution instance and reflects how the workflow behaved for that subscriber. You can filter workflow runs using parameters such as time period, workflow identifier, and channel. Selecting a workflow run opens the run details view, which gives you access to execution outcomes of each step in the workflow and investigate delivery issues. workflow run The workflow run details include: Each workflow run also includes execution details that show how Novu processed each step for a single subscriber. The timeline is ordered chronologically and reflects the internal state transitions of each step as the workflow runs. Execution details are step-specific and vary depending on:
  • The type of step
  • Whether the step succeeded, was skipped, or failed
  • Provider behavior and delivery outcomes

Inspect trigger requests

The Requests tab in the Activity Feed shows detailed information about every request made to the Event API. Selecting a request opens a detailed view of how Novu processed it, the API response, and execution traces. Request tab You can filter requests using parameters such as time period, transaction ID, statuses or API endpoint. When you open a request, Novu displays details about the API call: Each request also includes API trace events that show how Novu handled the trigger internally. Common trace entries include:
  • Workflow execution started
  • Request subscriber processing completed