iiRecord
Agentic AI Atlas · Execute
phase:executea5c.ai
II.
Phase JSON

phase:execute

Structured · live

Execute json

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

File · lifecycle/phases/execute.yamlCluster · lifecycle
Record JSON
{
  "id": "phase:execute",
  "_kind": "Phase",
  "_file": "lifecycle/phases/execute.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "order": 3,
    "displayName": "Execute",
    "phaseMachineId": "phase-machine:default-process",
    "description": "The execute phase of the default process phase machine.\n"
  },
  "outgoingEdges": [
    {
      "from": "phase:execute",
      "to": "phase-machine:default-process",
      "kind": "belongs_to_phase_machine"
    },
    {
      "from": "phase:execute",
      "to": "operator-intervention:edit-workflow",
      "kind": "exposes_intervention_point",
      "attributes": {}
    },
    {
      "from": "phase:execute",
      "to": "operator-intervention:change-tracker-state",
      "kind": "exposes_intervention_point",
      "attributes": {}
    },
    {
      "from": "phase:execute",
      "to": "operator-intervention:restart-service",
      "kind": "exposes_intervention_point",
      "attributes": {}
    },
    {
      "from": "phase:execute",
      "to": "operator-intervention:drain-orchestrator",
      "kind": "exposes_intervention_point",
      "attributes": {}
    },
    {
      "from": "phase:execute",
      "to": "operator-intervention:trigger-refresh",
      "kind": "exposes_intervention_point",
      "attributes": {}
    },
    {
      "from": "phase:execute",
      "to": "phase-transition:execute-to-review",
      "kind": "has_transition",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "phase-transition:execute-to-review",
      "to": "phase:execute",
      "kind": "transition_of",
      "attributes": {}
    },
    {
      "from": "phase-machine:default-process",
      "to": "phase:execute",
      "kind": "has_phase"
    }
  ]
}