Liquibase Flow File
liquibase flow JSON/YAML files
| 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
Definitions
variable
object
stage
object | null
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.