Skip to content

Commit

Permalink
Change value of "enforceHistoryTimeToLive" property in process engine…
Browse files Browse the repository at this point in the history
…s to "false" to support processes with "historyTimeToLive" set to false.
  • Loading branch information
wcgunter committed Nov 6, 2023
1 parent f2cfdec commit 1c8648b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/cws-engine/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<property name="jobExecutorActivate" value="__JOB_EXECUTOR_ACTIVATE__" />
<property name="history" value="__HISTORY_LEVEL__" />
<property name="authorizationEnabled" value="true" />
<property name="enforceHistoryTimeToLive" value="false" />
<property name="jobExecutorDeploymentAware" value="true" />
<property name="jdbcBatchProcessing" value="false" />
<property name="idGenerator">
Expand Down
1 change: 1 addition & 0 deletions install/cws-ui/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<property name="jobExecutorDeploymentAware" value="true" />
<property name="historyCleanupBatchWindowStartTime" value="00:00" />
<property name="historyCleanupBatchWindowEndTime" value="23:59" />
<property name="enforceHistoryTimeToLive" value="false" />
<property name="historyCleanupBatchSize" value="50" />
<property name="historyRemovalTimeStrategy" value="start" />
<property name="jdbcBatchProcessing" value="false" />
Expand Down

0 comments on commit 1c8648b

Please sign in to comment.