Files
n8n/packages/@n8n/node-engine-compatibility/src/index.ts
T
mfsiega 642ec341dc feat(core): Add v1 to v2 workflow converter (no-changelog) (#34870)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2026-07-28 11:58:57 +00:00

5 lines
245 B
TypeScript

export { V1WorkflowConverter } from './v1-workflow-converter';
export { V1StepExecutor } from './v1-step-executor';
export { UnsupportedTriggerError, UnsupportedWorkflowError } from './errors';
export type { V1StepExecutorDeps } from './types';