Skip to content

Commit

Permalink
testcase fix added historyTimeToLive config
Browse files Browse the repository at this point in the history
  • Loading branch information
NTIWARY authored and NTIWARY committed Dec 5, 2023
1 parent a82e56e commit ebe3160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<property name="jobExecutorActivate" value="false" />

<property name="history" value="full" />
<property name="historyTimeToLive" value="P1D"/>

<!-- <property name="customPostBPMNParseListeners">
<list>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<property name="expressionManager">
<bean class="org.camunda.bpm.engine.test.mock.MockExpressionManager"/>
</property>
<property name="historyTimeToLive" value="P1D"/>
</bean>

</beans>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<bean class="org.camunda.bpm.extension.bpmn.callactivity.ondemand.plugin.OnDemandCallActivityProcessEnginePlugin" />
</list>
</property>
<property name="historyTimeToLive" value="P1D"/>
</bean>

</beans>

0 comments on commit ebe3160

Please sign in to comment.