II.
JournalEvent JSON
Structured · livejournal-event:langgraph-stream-tasks
LangGraph stream_mode=tasks json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:langgraph-stream-tasks",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/langgraph-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "LangGraph stream_mode=tasks",
"eventName": "tasks",
"kind": "completion",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted on task start/finish with results and errors. Requires a checkpointer.",
"payloadSchema": {
"type": "tasks",
"fields": [
"ns",
"data(start|finish, result?, error?)"
]
},
"sourceCitation": "docs.langchain.com/oss/python/langgraph/streaming (stream_mode=tasks)"
},
"outgoingEdges": [
{
"from": "journal-event:langgraph-stream-tasks",
"to": "agent-runtime-impl:langgraph.runtime@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": []
}