diff --git a/docs/3.0/develop/results.mdx b/docs/3.0/develop/results.mdx index 73a0555998f0a..b7f11a5503be1 100644 --- a/docs/3.0/develop/results.mdx +++ b/docs/3.0/develop/results.mdx @@ -52,7 +52,7 @@ prefect config set PREFECT_LOCAL_STORAGE_PATH='~/.my-results/' ### Enabling result persistence In addition to the `PREFECT_RESULTS_PERSIST_BY_DEFAULT` and `PREFECT_TASKS_DEFAULT_PERSIST_RESULT` settings, -result persistence can also be enabled or disabled on both individual flows and individual tasks. +result persistence can also be enabled or disabled on both individual flows and individual tasks. Specifying a non-null value for any of the following keywords on the task decorator will enable result persistence for that task: - `persist_result`: a boolean that allows you to explicitly enable or disable result persistence.