on_error_pause_dag

Resolved as part of workflow generation on deployment time. Controls whether a failing workflow/DAG is paused after execution or not. Can be set also on a schedule/workflow/DAG level with Schedule variables.


See also:


Usage

"environmentVariables": [
  {
    "environmentName": "DEV",
    "variableName": "on_error_pause_dag",
    "variableValue": "false"
  },
  {
    "environmentName": "QA",
    "variableName": "on_error_pause_dag",
    "variableValue": "true"
  },
  {
    "environmentName": "PROD",
    "variableName": "on_error_pause_dag",
    "variableValue": "true"
  }
]

Default: false


Notes

Supported in all workflows/DAGs.