Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix run from block
  • Loading branch information
Theodore Li committed Mar 18, 2026
commit 5751bc21d803244d599fb75d3cf785ab87571417
Original file line number Diff line number Diff line change
Expand Up @@ -1603,8 +1603,8 @@ export function useWorkflowExecution() {
accumulatedBlockLogs,
accumulatedBlockStates,
executedBlockIds,
consoleMode: 'add',
includeStartConsoleEntry: false,
consoleMode: 'update',
includeStartConsoleEntry: true,
})

await executionStream.executeFromBlock({
Expand Down
Loading