n8n/packages/@n8n/engine
mfsiega 7089418a6b
feat(core): Add step-executor seam to @n8n/engine (no-changelog) (#34784)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2026-07-24 14:31:15 +00:00
..
src feat(core): Add step-executor seam to @n8n/engine (no-changelog) (#34784) 2026-07-24 14:31:15 +00:00
.dockerignore chore(core): Add @n8n/engine HTTP server and harness (no-changelog) (#29913) 2026-05-08 14:08:11 +00:00
.gitignore chore(core): Scaffold @n8n/engine package (no-changelog) (#29838) 2026-05-06 09:04:24 +00:00
AGENTS.md feat(core): Implement StartExecution API in @n8n/engine (no-changelog) (#30039) 2026-07-23 12:11:21 +00:00
eslint.config.mjs chore(core): Add @n8n/engine HTTP server and harness (no-changelog) (#29913) 2026-05-08 14:08:11 +00:00
package.json feat(core): Add workflow_step_execution table to @n8n/engine (no-changelog) (#34860) 2026-07-24 12:52:17 +00:00
README.md chore(core): Scaffold @n8n/engine package (no-changelog) (#29838) 2026-05-06 09:04:24 +00:00
tsconfig.build.json chore: More Typescript 7 migrations (#34228) 2026-07-16 07:44:11 +00:00
tsconfig.json chore: More Typescript 7 migrations (#34228) 2026-07-16 07:44:11 +00:00
vitest.config.ts chore(core): Add @n8n/engine HTTP server and harness (no-changelog) (#29913) 2026-05-08 14:08:11 +00:00
vitest.integration.config.ts chore(core): Add @n8n/engine HTTP server and harness (no-changelog) (#29913) 2026-05-08 14:08:11 +00:00

@n8n/engine

n8n workflow execution engine (v2).

See the Engine 2.0 project for context. Public API and core interfaces are still being defined; the package is currently a scaffold and is not yet wired into n8n.

Dependencies

Be careful adding dependencies here. This package should not have runtime dependencies on other n8n components, only interfaces. If there is some functionality that should be shared, it should be factored into a common library.