Skip to content

Commit

Permalink
Update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Nov 6, 2023
1 parent 85cbbac commit d692e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cws-test/src/test/resources/camunda.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<bean id="processEngineConfiguration" class="org.camunda.bpm.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration">

<property name="history" value="activity" />
<property name="enforceHistoryTimeToLive" value="false" />
<property name="databaseSchemaUpdate" value="true" />
<property name="jobExecutorActivate" value="false" />
<property name="telemetryReporterActivate" value="false" />
Expand Down

0 comments on commit d692e21

Please sign in to comment.