diff --git a/docs/components/modeler/reference/modeling-guidance/rules/httl-required b/docs/components/modeler/reference/modeling-guidance/rules/httl-required index 9e98a2b0c87..a89286fe74a 100644 --- a/docs/components/modeler/reference/modeling-guidance/rules/httl-required +++ b/docs/components/modeler/reference/modeling-guidance/rules/httl-required @@ -5,8 +5,8 @@ description: HTTL (History Time To Live) is required in BPMN, DMN, and CMMN mode --- Each execution of a model resource (BPMN, DMN, and CMMN) generates historic data during execution that is stored in the database. The Camunda 7 History Cleanup removes this historic data from the database based on the HTTL (History Time To Live) defined. If using the History Cleanup in Camunda 7 the HTTL must be defined in one of the following ways: - Define HTTL per model directly in the Camunda Modeller -- Set a default HTTL for the engine that is applied to all deployed model resources on the engine -- Switch off the HTTL check for the deployment if History Cleanup is not used +- Set a default HTTL via an engine configuration that is applied to all deployed model resources on the engine +- Switch off the HTTL check via an engine configuration if History Cleanup is not used ## Reference