Monitoring
AgentVerse logs every orchestration execution in full detail — inputs, outputs, errors, and timing at both the run level and the individual node level. Use the monitoring panel to debug issues, verify behaviour, and track performance over time.Orchestration Runs
Open any orchestration and click the Runs tab to see all past and in-progress executions.
Run Statuses
Filtering Runs
Narrow the list using:Run Detail View
Click any run row to open the Run Detail panel. This shows everything that happened during that execution.Run Summary
Node Execution Trace
The trace shows every node that ran, in order:
Click any node row to expand and inspect its full input and output payloads as JSON. This is the primary tool for debugging unexpected node behaviour.
Re-running Failed Runs
To retry a failed orchestration:- Find the failed run in the Runs panel.
- Click the Re-run button (replay icon) on the right.
- The orchestration restarts from the beginning using the same original trigger data.
Re-runs create a new Run ID and are logged as a separate entry — the original failed run is preserved. This means you can compare the re-run trace against the original to confirm the fix.
Alerts and Notifications
Configure alerts to be notified automatically when an orchestration fails or exceeds a duration threshold.Setting Up Alerts
- Open the orchestration and navigate to Settings → Alerts.
- Click Add Alert.
- Configure the alert rule:
Alert Payload
Every alert includes:- Orchestration name and ID
- Run ID
- Failed node name and error message
- Direct link to the run detail page
Related Pages
- Troubleshooting — Diagnose and resolve common issues
- Quickstart — Build and test your first orchestration