From 16182e65a2af8da7edc21b93b237d5ff5412fada Mon Sep 17 00:00:00 2001 From: Tobias Conz <71005504+toco-cam@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:29:21 +0100 Subject: [PATCH] Update httl-required --- .../modeler/reference/modeling-guidance/rules/httl-required | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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