iiRecord
Agentic AI Atlas · RecoveryStrategy (meta)
meta-node-kind:recovery-strategya5c.ai
II.
MetaNodeKind JSON

meta-node-kind:recovery-strategy

Structured · live

RecoveryStrategy (meta) json

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

File · catalog-meta/meta-registry/meta-registry-domain-extras.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-node-kind:recovery-strategy",
  "_kind": "MetaNodeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-domain-extras.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "RecoveryStrategy (meta)",
    "name": "RecoveryStrategy",
    "cluster": "6-lifecycle",
    "prefix": "recovery-strategy",
    "origin": "standard",
    "purpose": "a recovery action bound to a FailureClass (skip-dispatch, retry-with-backoff, escalate-to-operator, ...)",
    "exampleCount": 0,
    "invariants": [
      "id starts with recovery-strategy:"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-node-kind:recovery-strategy",
      "to": "meta-cluster:domain",
      "kind": "in_cluster",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:recovery-strategy",
      "to": "meta-attribute:recovery-strategy--id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:recovery-strategy",
      "to": "meta-attribute:recovery-strategy--action",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:recovery-strategy",
      "to": "meta-attribute:recovery-strategy--backoff-spec-strategy",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-attribute:recovery-strategy--id",
      "to": "meta-node-kind:recovery-strategy",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:recovery-strategy--action",
      "to": "meta-node-kind:recovery-strategy",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:recovery-strategy--backoff-spec-strategy",
      "to": "meta-node-kind:recovery-strategy",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-edge-kind:handles-failure",
      "to": "meta-node-kind:recovery-strategy",
      "kind": "source_of_meta_edge",
      "attributes": {}
    },
    {
      "from": "meta-cluster:domain",
      "to": "meta-node-kind:recovery-strategy",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    }
  ]
}