II.
MetaEnum JSON
Structured · livemeta-enum:run-journal-event-category
RunJournalEvent category json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:run-journal-event-category",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-lifecycle-extras.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "RunJournalEvent category",
"name": "category",
"values": [
{
"value": "run-lifecycle",
"description": "Run-level lifecycle events (created, completed, failed, aborted)."
},
{
"value": "effect-lifecycle",
"description": "Effect lifecycle events (requested, resolved, failed)."
},
{
"value": "iteration",
"description": "Iteration markers (turn boundaries, phase transitions emitted as iterations)."
},
{
"value": "hook",
"description": "Hook invocation / merge / decision events."
},
{
"value": "cost",
"description": "Token / cost accounting events."
},
{
"value": "custom",
"description": "Custom event names emitted by user processes."
}
],
"usedOnAttributes": [
"meta-attribute:run-journal-event--category"
]
},
"outgoingEdges": [
{
"from": "meta-enum:run-journal-event-category",
"to": "meta-attribute:run-journal-event--category",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}