II.
MetaEdgeKind JSON
Structured · livemeta-edge-kind:triggered-by-vcs
triggered_by (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-edge-kind:triggered-by-vcs",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-vcs-ci.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "triggered_by (meta)",
"name": "triggered_by",
"source": [],
"target": [
"meta-node-kind:ci-workflow",
"meta-node-kind:pull-request"
],
"cardinality": "N:N",
"origin": "standard",
"description": "a Run is triggered by an external event source (CIWorkflow run, PullRequest open/update, Issue activity). Run is owned by agent-stack; Issue is owned by domain meta-registry."
},
"outgoingEdges": [
{
"from": "meta-edge-kind:triggered-by-vcs",
"to": "meta-node-kind:ci-workflow",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:triggered-by-vcs",
"to": "meta-node-kind:pull-request",
"kind": "target_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}