Font Size:
Ask Joget AI

Preview

Introduction

The Preview screen lets you test and validate your agent right after you build it. It gives you an interactive space to run the agent and review its output in detail. It has two tabs: Execution and Result.

Execution

The Execution tab is where you start a test run.

Configure inputs and run the agent

Set the values your agent will use, then trigger the run.

Preview Execution tab with input fields

View the agent node viewer

The Agent Node Viewer shows what happens behind the scenes when your agent runs. It lays out each part of the workflow, including tasks, prompts, tools, enhancers, and the language model, and shows how they connect. This makes it easy to follow how data moves through the agent as it works through your inputs.

The node borders are colour-coded so you can read the status at a glance:

Border colour Meaning
Yellow The node is currently running.
Green The node finished successfully.
Red The node failed.

Agent Node Viewer with colour-coded nodes

Inspect the request and response of each node

Click any node in the viewer to open its details and review both the request sent to it and the response it returned. This is especially useful for troubleshooting, since you can see exactly where a problem starts and confirm that each node behaved as expected.

Inspecting a node's request and response

Result

After a run finishes, switch to the Result tab to review the outcome.

Final content result

The processed response the agent produced.

Final content result

Request payload

A detailed view of the data sent to the agent during the run.

Request payload

Full responses

The complete set of responses returned during the run, for when you need the full detail behind the final result.

Full responses

Created by Debanraj Ravindran Last modified by Debanraj Ravindran on Jun 26, 2026