Skip to content

Conversation

@seemewalkin
Copy link
Contributor

Summary

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Jan 7, 2026
@currents-bot
Copy link

currents-bot bot commented Jan 7, 2026

E2E Tests: n8n tests passed after 5m 33.1s

🟢 620 · 🔴 0 · ⚪️ 27 · 🟣 3

View Run Details

Run Details

  • Project: n8n

  • Groups: 2

  • Framework: Playwright

  • Run Status: Passed

  • Commit: 32a639f

  • Spec files: 142

  • Overall tests: 647

  • Duration: 5m 33.1s

  • Parallelization: 16

Groups

GroupId Results Spec Files Progress
multi-main:e2e 🟢 563 · 🔴 0 · ⚪️ 27 · 🟣 3 133 / 133
multi-main:e2e:isolated 🟢 57 · 🔴 0 · ⚪️ 0 9 / 9


This message was posted automatically by currents.dev | Integration Settings

await this.workflowRepository.updateActiveState(workflowId, false);

// Store auto-deactivation metadata
const autoDeactivatedAt = new Date().toISOString();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember we explicitly left this out of our last PR due to concerns over database activity. @ivov is this still a concern?

});
const isAutoDeactivated = computed(() => {
return !!props.data.meta?.autoDeactivatedAt && !props.data.active;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use isWorkflowPublished instead of checking props.data.active here?


// Store auto-deactivation metadata
const autoDeactivatedAt = new Date().toISOString();
await this.workflowRepository.update(workflowId, {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also wonder, should we have any sort of telemetry about how (often) this feature is used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants