II.
MetaNodeKind JSON
Structured · livemeta-node-kind:run
Run (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:run",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-lifecycle.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Run (meta)",
"name": "Run",
"cluster": "6-lifecycle",
"prefix": "run",
"origin": "universal",
"purpose": "bounded orchestration unit (event-sourced; journaled)",
"exampleCount": 0,
"invariants": []
},
"outgoingEdges": [
{
"from": "meta-node-kind:run",
"to": "meta-cluster:lifecycle",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:run",
"to": "meta-attribute:run--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:run",
"to": "meta-attribute:run--display-name",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:run",
"to": "meta-attribute:run--status",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:run",
"to": "meta-attribute:run--started-at",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-attribute:run--id",
"to": "meta-node-kind:run",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:run--display-name",
"to": "meta-node-kind:run",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:run--status",
"to": "meta-node-kind:run",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:run--started-at",
"to": "meta-node-kind:run",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-edge-kind:scopes-runs",
"to": "meta-node-kind:run",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:spans",
"to": "meta-node-kind:run",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:uses-workspace",
"to": "meta-node-kind:run",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:emits-journal-event",
"to": "meta-node-kind:run",
"kind": "source_of_meta_edge",
"attributes": {}
}
]
}