[PR #22019] allow to activate subworkflows #21996

Open
opened 2025-11-20 06:22:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/n8n-io/n8n/pull/22019
Author: @RicardoE105
Created: 11/18/2025
Status: 🔄 Open

Base: ado-4277-refactorHead: handle-subworkflow-trigger-activation


📝 Commits (1)

  • 69eedd4 allow to activate subworkflows

📊 Changes

7 files changed (+157 additions, -2 deletions)

View changed files

packages/@n8n/db/src/migrations/common/1763048000000-ActivateExecuteWorkflowTriggerWorkflows.ts (+142 -0)
📝 packages/@n8n/db/src/migrations/mysqldb/index.ts (+2 -0)
📝 packages/@n8n/db/src/migrations/postgresdb/index.ts (+2 -0)
📝 packages/@n8n/db/src/migrations/sqlite/index.ts (+2 -0)
📝 packages/frontend/editor-ui/src/app/constants/nodeTypes.ts (+0 -1)
📝 packages/frontend/editor-ui/src/features/ndv/parameters/composables/useWorkflowResourcesLocator.ts (+1 -1)
📝 packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.ts (+8 -0)

📄 Description

Summary

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/n8n-io/n8n/pull/22019 **Author:** [@RicardoE105](https://github.com/RicardoE105) **Created:** 11/18/2025 **Status:** 🔄 Open **Base:** `ado-4277-refactor` ← **Head:** `handle-subworkflow-trigger-activation` --- ### 📝 Commits (1) - [`69eedd4`](https://github.com/n8n-io/n8n/commit/69eedd4e4a25c3bc1084cf129a6f7a5ee7a78a1d) allow to activate subworkflows ### 📊 Changes **7 files changed** (+157 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `packages/@n8n/db/src/migrations/common/1763048000000-ActivateExecuteWorkflowTriggerWorkflows.ts` (+142 -0) 📝 `packages/@n8n/db/src/migrations/mysqldb/index.ts` (+2 -0) 📝 `packages/@n8n/db/src/migrations/postgresdb/index.ts` (+2 -0) 📝 `packages/@n8n/db/src/migrations/sqlite/index.ts` (+2 -0) 📝 `packages/frontend/editor-ui/src/app/constants/nodeTypes.ts` (+0 -1) 📝 `packages/frontend/editor-ui/src/features/ndv/parameters/composables/useWorkflowResourcesLocator.ts` (+1 -1) 📝 `packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.ts` (+8 -0) </details> ### 📄 Description ## Summary <!-- Describe what the PR does and how to test. Photos and videos are recommended. --> ## Related Linear tickets, Github issues, and Community forum posts <!-- Include links to **Linear ticket** or Github issue or Community forum post. Important in order to close *automatically* and provide context to reviewers. https://linear.app/n8n/issue/ --> <!-- Use "closes #<issue-number>", "fixes #<issue-number>", or "resolves #<issue-number>" to automatically close issues when the PR is merged. --> ## Review / Merge checklist - [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** --> - [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created. - [ ] Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. --> - [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-11-20 06:22:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/n8n#21996
No description provided.