Skip to main content

The Output Panel

The Output Panel is the footer zone of the designer. It acts as a real-time console that displays logs and system messages during the development and debugging of your workflows.

Output Panel Placeholder

Logging Levels

Messages are color-coded to help you quickly identify the status of your execution:

  • Info (Blue): Standard status messages about the execution start, stop, or general progress.
  • Success (Green): Confirms that a specific action has completed its task without issues.
  • Warning (Yellow): Indicates a potential problem that doesn't necessarily stop the execution but should be reviewed.
  • Error (Red): Critical failures that halt the workflow. These include detailed exception messages to help you troubleshoot.

Interactive Features

The Output Panel is more than just a text display; it is an integrated part of the debugging environment:

Highlighting Actions

Most log messages are linked to the specific action that generated them.

  • Action Links: Click on a log message to automatically center and highlight that action in the Viewport. This is invaluable for finding exactly where an error occurred in a large workflow.

Filtering Logs

Use the Filter Dropdown in the panel header to isolate specific message types. For example, you can filter for only "Error" and "Warning" messages to clean up the view during a complex debug session.

Panel Management

  • Clear Output: Click the Broom icon to wipe all current messages from the panel.
  • Resizing: You can click and drag the top border of the panel to increase or decrease its height.
  • Toggling: The panel can be minimized or expanded using the terminal icon in the bottom bar.

Agent Status

Located on the far right of the panel, this section shows the status of your Local Agent. It displays:

  • The Agent's Name and Hostname.
  • Its current state (e.g., Online, Offline, Busy).
  • The software version.