mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(core): Public API support node's deprecated continueOnFail to upload old workflows (no-changelog) (#8044)
This commit is contained in:
parent
989888d9bc
commit
48d4f4a71b
|
@ -34,6 +34,11 @@ properties:
|
||||||
type: number
|
type: number
|
||||||
waitBetweenTries:
|
waitBetweenTries:
|
||||||
type: number
|
type: number
|
||||||
|
continueOnFail:
|
||||||
|
type: boolean
|
||||||
|
example: false
|
||||||
|
description: 'use onError instead'
|
||||||
|
deprecated: true
|
||||||
onError:
|
onError:
|
||||||
type: string
|
type: string
|
||||||
example: 'stopWorkflow'
|
example: 'stopWorkflow'
|
||||||
|
|
Loading…
Reference in a new issue