iiRecord
Agentic AI Atlas · effect:01kqex-effect-task-001
effect:01kqex-effect-task-001a5c.ai
II.
Effect JSON

effect:01kqex-effect-task-001

Structured · live

effect:01kqex-effect-task-001 json

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

File · lifecycle/effects/example-effect-orchestrator-task.yamlCluster · lifecycle
Record JSON
{
  "id": "effect:01kqex-effect-task-001",
  "_kind": "Effect",
  "_file": "lifecycle/effects/example-effect-orchestrator-task.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "kind": "orchestrator_task",
    "status": "ok",
    "runId": "run:01kqex-example-run-001",
    "invocationId": "invocation:01kqex-invocation-001",
    "requestedAt": "2026-04-28T10:05:00Z",
    "resolvedAt": "2026-04-28T10:07:30Z",
    "request": {
      "taskKind": "shell",
      "description": "Run npm test"
    },
    "result": {
      "exitCode": 0,
      "summary": "All tests passed"
    },
    "currentStateId": "lifecycle-state:effect.ok"
  },
  "outgoingEdges": [
    {
      "from": "effect:01kqex-effect-task-001",
      "to": "lifecycle-state:effect.ok",
      "kind": "in_state"
    },
    {
      "from": "effect:01kqex-effect-task-001",
      "to": "state-machine:effect",
      "kind": "governed_by"
    },
    {
      "from": "effect:01kqex-effect-task-001",
      "to": "invocation:01kqex-invocation-001",
      "kind": "requested_by"
    }
  ],
  "incomingEdges": []
}