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..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 @@ -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. @@ -20,6 +20,8 @@ Starting [from Camunda 7.20](https://docs.camunda.org/manual/develop/update/mino ![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/)