diff --git a/config/config-feature-flags.yaml b/config/config-feature-flags.yaml index 1e55e3b6251..06758d304a7 100644 --- a/config/config-feature-flags.yaml +++ b/config/config-feature-flags.yaml @@ -82,6 +82,7 @@ data: # Setting this flag will determine which gated features are enabled. # Acceptable values are "stable" or "alpha". enable-api-fields: "stable" - # Setting this flag to "true" scopes when expressions to guard a Task only - # instead of a Task and its dependent Tasks. + # Setting this flag to "false" scopes when expressions to guard a Task and + # its dependent Tasks. This flag defaults to "true"; when expressions guard + # the Task only. See TEP-0059 and Pipeline documentation for more details. scope-when-expressions-to-task: "true"