Type object
File match *.flowfile.yaml *.flowfile.yml
Schema URL https://catalog.lintel.tools/schemas/schemastore/liquibase-flow-file/latest.json
Source https://www.liquibase.org/json/schema/liquibase-flow-file-latest.json

Validate with Lintel

npx @lintel/lintel check
Type: object

Properties

stages Record<string, object | null> required
include object
globalVariables object
endStage object | null
4 nested properties
actions action[] required

The actions to run in this stage.

globalArgs object
stageVariables object
if string | null

Conditional control of whether the stage is executed or skipped

Definitions

variable object
stage object | null
actions action[] required

The actions to run in this stage.

globalArgs object
stageVariables object
if string | null

Conditional control of whether the stage is executed or skipped

action Record<string, number | string | boolean | object | array | null>
type string | null

Specify the type of the action. If omitted or left empty, it is assumed that the type is 'liquibase'.

if string | null

Conditional control of whether the stage is executed or skipped

continueOnError boolean | null

Prevents a flow from failing when an action fails. Set to true to continue execution after the failing action.