II.
MetaNodeKind JSON
Structured · livemeta-node-kind:workflow-definition
WorkflowDefinition (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:workflow-definition",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-agent-stack-extras-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "WorkflowDefinition (meta)",
"name": "WorkflowDefinition",
"cluster": "4-surfacing-path",
"prefix": "workflow",
"origin": "derived",
"purpose": "a repo-versioned WORKFLOW.md contract (front-matter tracker binding, polling, workspace-root, agent-executable, hooks, prompt-template body)",
"exampleCount": 0,
"invariants": [
"id starts with workflow:"
]
},
"outgoingEdges": [
{
"from": "meta-node-kind:workflow-definition",
"to": "meta-cluster:agent-stack",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:workflow-definition",
"to": "meta-attribute:workflow-definition--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:workflow-definition",
"to": "meta-attribute:workflow-definition--display-name",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-attribute:workflow-definition--id",
"to": "meta-node-kind:workflow-definition",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:workflow-definition--display-name",
"to": "meta-node-kind:workflow-definition",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-cluster:agent-stack",
"to": "meta-node-kind:workflow-definition",
"kind": "contains_meta_node_kind",
"attributes": {}
}
]
}