We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af6598 commit 57565caCopy full SHA for 57565ca
1 file changed
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks/use-workflow-execution.ts
@@ -2178,6 +2178,7 @@ export function useWorkflowExecution() {
2178
.getWorkflowExecution(reconnectWorkflowId)
2179
const currentId = executionState?.currentExecutionId ?? null
2180
if (currentId && currentId !== capturedExecutionId) return
2181
+ finishRunningEntries(reconnectWorkflowId, capturedExecutionId)
2182
setCurrentExecutionId(reconnectWorkflowId, null)
2183
setIsExecuting(reconnectWorkflowId, false)
2184
setActiveBlocks(reconnectWorkflowId, new Set())
0 commit comments