Run dashboard - Idemeum Docs

What is a run?

A run is one end-to-end execution of the agent: a request comes in, a skill is matched (or the run becomes a triage run), a plan is built and checked against the guardrails, steps execute with gates, the outcome is verified, and the run is recorded as a ticket. One request equals one run. A follow-up message starts a new run; runs don’t share memory. Runs start from four places: a typed request in the desktop app, a quick action, a Slack or Teams message, or a proactive trigger that detected an issue. Every run contains:

Run dashboard

If you access the admin portal of your idemeum tenant, you can view the runs dashboard by navigating to the Runs menu. The Runs overview summarizes the last 30 days of agent activity for the tenant.

How run verdict is decided

Every run ends as Resolved, Escalated, or Failed. The verdict combines what the tools did with what the user said, and the user’s word outranks the automation’s. Three rules, applied in order:

  1. If the steps didn’t execute correctly, the run is Failed.
    Tool outcome unresolved, failed, or cancelled means the agent couldn’t do its job, regardless of any feedback. This is an agent problem to investigate, not a user problem.
  2. If the steps ran but the user says the problem persists, the run is Escalated.
    Feedback of “partial” or “unresolved” overrides tool success. The automation worked, the fix didn’t help, and a human should look; the skill may not cover the full issue.
  3. Otherwise, the run is Resolved.
    The user confirmed the fix, or gave no feedback after successful execution. No-feedback runs are closed optimistically; watch whether they reopen.