II.
LifecycleState JSON
Structured · livelifecycle-state:run.completed
Run — completed json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lifecycle-state:run.completed",
"_kind": "LifecycleState",
"_file": "extensions/lifecycle-stubs/canonical-stubs.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Run — completed",
"terminal_state": true
},
"outgoingEdges": [
{
"from": "lifecycle-state:run.completed",
"to": "state-machine:run",
"kind": "belongs_to_machine",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "lifecycle-state:run.running",
"to": "lifecycle-state:run.completed",
"kind": "transitions_to",
"attributes": {}
}
]
}