From ff5462cfbc591a80971730bc7853b64d83f0d822 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Tue, 5 Mar 2024 15:46:43 -0500 Subject: [PATCH 1/2] style(formatting): technical review 3324 --- .../modeling-guidance/rules/history-time-to-live.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md b/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md index f14f47fd38..e8c9763612 100644 --- a/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md +++ b/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md @@ -8,11 +8,11 @@ import MarkerGuideline from "@site/src/mdx/MarkerGuideline"; Camunda 7 only -Each execution of a model resource (BPMN, DMN, and CMMN) generates historic data during execution that is stored in the database. In Camunda 7 [history cleanup](https://docs.camunda.org/manual/latest/user-guide/process-engine/history/) removes this historic data from the database based on a defined history time to live (HTTL). +Each execution of a model resource (BPMN, DMN, and CMMN) generates historic data during execution that is stored in the database. In Camunda 7, [history cleanup](https://docs.camunda.org/manual/latest/user-guide/process-engine/history/) removes this historic data from the database based on a defined **history time to live (HTTL)**. -Starting [from Camunda 7.20](https://docs.camunda.org/manual/develop/update/minor/719-to-720/#enforce-history-time-to-live) you must configure HTTL in one of the following ways: +From [Camunda 7.20](https://docs.camunda.org/manual/develop/update/minor/719-to-720/#enforce-history-time-to-live) onwards, you must configure HTTL in one of the following ways: -- Define HTTL per model directly in the Camunda Desktop Modeler. +- Define HTTL per model directly in Desktop Modeler. - Set a default HTTL via an engine configuration. - Switch off the HTTL check via an engine configuration if history cleanup is not used. From 7965a402e4c5168e5b96b5fbbae82d595057eb8b Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Tue, 5 Mar 2024 15:47:56 -0500 Subject: [PATCH 2/2] clarify screenshot --- .../reference/modeling-guidance/rules/history-time-to-live.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md b/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md index e8c9763612..58c3daeb85 100644 --- a/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md +++ b/docs/components/modeler/reference/modeling-guidance/rules/history-time-to-live.md @@ -20,6 +20,8 @@ From [Camunda 7.20](https://docs.camunda.org/manual/develop/update/minor/719-to- ![History time to live not configured](./img/history-time-to-live/info.png) +In the screenshot above, note that the time to live must be defined under **History cleanup** in the properties panel. + ## References - [History documentation](https://docs.camunda.org/manual/latest/user-guide/process-engine/history/)