Skip to content

Commit 97ad3ae

Browse files
prajwolbhandari1nikku
authored andcommitted
feat(platform): add user document hint for history time to live
Related to camunda/camunda-modeler#4062
1 parent 5c7a931 commit 97ad3ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/provider/camunda-platform/properties/HistoryCleanupProps.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ function HistoryTimeToLive(props) {
5858
element,
5959
id: 'historyTimeToLive',
6060
label: translate('Time to live'),
61+
tooltip: <div>
62+
{ translate('Number of days before this resource is being cleaned up. If specified, takes precedence over the engine configuration.') }{ ' '}
63+
<a href="https://docs.camunda.org/manual/latest/user-guide/process-engine/history/" target="_blank" rel="noopener">{ translate('Learn more.') }</a>
64+
</div>,
6165
getValue,
6266
setValue,
6367
debounce

0 commit comments

Comments
 (0)