Skip to content

Commit

Permalink
fix(core): Public API support node's deprecated continueOnFail to upl…
Browse files Browse the repository at this point in the history
…oad old workflows (no-changelog) (n8n-io#8044)
  • Loading branch information
maspio authored Dec 15, 2023
1 parent 989888d commit 48d4f4a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ properties:
type: number
waitBetweenTries:
type: number
continueOnFail:
type: boolean
example: false
description: 'use onError instead'
deprecated: true
onError:
type: string
example: 'stopWorkflow'
Expand Down

0 comments on commit 48d4f4a

Please sign in to comment.