diff --git a/packages/editor-ui/src/mixins/workflowActivate.ts b/packages/editor-ui/src/mixins/workflowActivate.ts index 8b1024c75b838..ff3a77cc8b16f 100644 --- a/packages/editor-ui/src/mixins/workflowActivate.ts +++ b/packages/editor-ui/src/mixins/workflowActivate.ts @@ -69,7 +69,7 @@ export const workflowActivate = mixins(externalHooks, workflowHelpers, showMessa return; } - if (isCurrentWorkflow && nodesIssuesExist) { + if (isCurrentWorkflow && nodesIssuesExist && newActiveState === true) { this.$showMessage({ title: this.$locale.baseText( 'workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title',