Skip to content

Commit

Permalink
fix(core): Fix full manual execution for error trigger as starter of …
Browse files Browse the repository at this point in the history
…2+ node workflow (#5055)

🐛 Fix error trigger as starter
  • Loading branch information
ivov authored Dec 29, 2022
1 parent a2ab78f commit a7868ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workflow/src/Workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ export class Workflow {
const startingNodeTypes = [
'n8n-nodes-base.manualTrigger',
'n8n-nodes-base.executeWorkflowTrigger',
'n8n-nodes-base.errorTrigger',
'n8n-nodes-base.start',
];

Expand Down

0 comments on commit a7868ae

Please sign in to comment.