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