iiRecord
Agentic AI Atlas · Run — completed
lifecycle-state:run.completeda5c.ai
II.
LifecycleState JSON

lifecycle-state:run.completed

Structured · live

Run — completed json

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

File · extensions/lifecycle-stubs/canonical-stubs.yamlCluster · extensions
Record JSON
{
  "id": "lifecycle-state:run.completed",
  "_kind": "LifecycleState",
  "_file": "extensions/lifecycle-stubs/canonical-stubs.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Run — completed",
    "terminal_state": true
  },
  "outgoingEdges": [
    {
      "from": "lifecycle-state:run.completed",
      "to": "state-machine:run",
      "kind": "belongs_to_machine",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "lifecycle-state:run.running",
      "to": "lifecycle-state:run.completed",
      "kind": "transitions_to",
      "attributes": {}
    }
  ]
}