mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Public API support node's deprecated continueOnFail to upload old workflows (no-changelog) (#8044)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user