Skip to main content
Version: Current

Output

Overview

The Output drawer displays the execution results of workflows run directly from the Agent Designer.

Open the Output drawer by clicking Output in the Designer Command Bar after executing a workflow using Run.

The Output drawer helps you monitor workflow execution, review activity execution details, and inspect runtime logs without leaving the Designer.


Running a Workflow

To execute a workflow:

  1. Open the required workflow in the Designer Canvas.
  2. Click Run in the Designer Command Bar.

After the workflow starts, execution details become available in the Output drawer.


Activities

The Activities tab displays information about each activity executed during the workflow run.

By default, the following information is available:

  • Workflow
  • Display Name
  • Session
  • Status
  • Started At
  • Ended On
  • Duration

You can:

  • Search for activities.
  • Show or hide columns.
  • Group results by a selected column.
  • Sort the displayed information.

Selecting an activity displays the corresponding execution details for that activity.


Logs

The Logs tab displays runtime log messages generated during workflow execution.

This includes log entries produced by activities such as Write Log, along with other runtime information generated during execution.

The Logs view helps you:

  • Verify workflow behavior.
  • Trace execution flow.
  • Review informational, warning, and error messages.
  • Troubleshoot runtime issues.

Monitoring Execution

The Output drawer updates as workflow execution progresses.

Use the Activities tab to understand what was executed and the Logs tab to review detailed runtime messages generated during execution.

Together, these views provide a comprehensive picture of workflow execution directly within the Agent Designer.