From f755af8d3ea2df17638ba3f04d9e4fa682d5e89a Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Fri, 30 May 2025 12:48:36 +0200 Subject: [PATCH] fix(editor): Mark execution as stopped even if fetching execution has failed (no-changelog) (#15826) --- .../frontend/editor-ui/src/composables/useRunWorkflow.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/frontend/editor-ui/src/composables/useRunWorkflow.ts b/packages/frontend/editor-ui/src/composables/useRunWorkflow.ts index 685901f987..5188c0bac2 100644 --- a/packages/frontend/editor-ui/src/composables/useRunWorkflow.ts +++ b/packages/frontend/editor-ui/src/composables/useRunWorkflow.ts @@ -498,7 +498,7 @@ export function useRunWorkflow(useRunWorkflowOpts: { router: ReturnType { if (workflowsStore.workflowExecutionData?.status !== 'running') { workflowsStore.markExecutionAsStopped(); @@ -508,8 +508,12 @@ export function useRunWorkflow(useRunWorkflowOpts: { router: ReturnType