II.
AgentFlowLane JSON
Structured · liveagent-flow-lane:codex-example--error
Error lane json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-flow-lane:codex-example--error",
"_kind": "AgentFlowLane",
"_file": "extensions/session-flow-projections/session-flow-projections.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Error lane",
"laneKind": "error"
},
"outgoingEdges": [
{
"from": "agent-flow-lane:codex-example--error",
"to": "session-flow:codex-example",
"kind": "lane_of_projection",
"attributes": {}
},
{
"from": "agent-flow-lane:codex-example--error",
"to": "agent-flow-segment:codex-example--error-1",
"kind": "contains_segment",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session-flow:codex-example",
"to": "agent-flow-lane:codex-example--error",
"kind": "has_lane",
"attributes": {}
},
{
"from": "agent-flow-segment:codex-example--error-1",
"to": "agent-flow-lane:codex-example--error",
"kind": "segment_in_lane",
"attributes": {}
}
]
}