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