iiRecord
Agentic AI Atlas · Retrying RunAttempt (3/5, exponential backoff)
run-attempt:retrying-examplea5c.ai
II.
RunAttempt JSON

run-attempt:retrying-example

Structured · live

Retrying RunAttempt (3/5, exponential backoff) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · lifecycle/run-attempts/run-attempts-symphony.yamlCluster · lifecycle
Record JSON
{
  "id": "run-attempt:retrying-example",
  "_kind": "RunAttempt",
  "_file": "lifecycle/run-attempts/run-attempts-symphony.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Retrying RunAttempt (3/5, exponential backoff)",
    "attemptNumber": 3,
    "status": "retrying",
    "startedAt": "2026-05-01T10:30:00Z",
    "endedAt": "2026-05-01T10:31:12Z",
    "error": "error-category:turn-timeout",
    "workspacePath": ".a5c/workspaces/issue-ACA-390",
    "issueId": "issue:linear-aca-390",
    "issueIdentifier": "ACA-390",
    "backoffStrategy": "exponential",
    "baseDelayMs": 2000,
    "capDelayMs": 60000,
    "dueAtMs": 1746095000000
  },
  "outgoingEdges": [
    {
      "from": "run-attempt:retrying-example",
      "to": "run:01kqex-example-run-001",
      "kind": "attempt_of",
      "attributes": {}
    },
    {
      "from": "run-attempt:retrying-example",
      "to": "workspace:local-developer-default",
      "kind": "uses_workspace",
      "attributes": {}
    },
    {
      "from": "run-attempt:retrying-example",
      "to": "issue:linear-aca-390",
      "kind": "for_issue",
      "attributes": {}
    },
    {
      "from": "run-attempt:retrying-example",
      "to": "live-session:running-example",
      "kind": "has_live_session",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "live-session:running-example",
      "to": "run-attempt:retrying-example",
      "kind": "driven_by_run_attempt",
      "attributes": {}
    }
  ]
}