II.
BoardColumn JSON
Structured · liveboard-column:agent-mux-in-progress
In Progress json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "board-column:agent-mux-in-progress",
"_kind": "BoardColumn",
"_file": "extensions/board-columns/board-columns-agent-mux.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "In Progress",
"order": 2,
"workflowState": "in-progress",
"wipLimit": 5,
"terminalForCompleted": false
},
"outgoingEdges": [
{
"from": "board-column:agent-mux-in-progress",
"to": "board-snapshot:agent-mux-2026-05-02",
"kind": "column_of",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "board-snapshot:agent-mux-2026-05-02",
"to": "board-column:agent-mux-in-progress",
"kind": "has_column",
"attributes": {}
}
]
}