Skip to content

Commit

Permalink
chore(camunda-bpm-examples/bpmn-model-api): Add historyTimeToLive to …
Browse files Browse the repository at this point in the history
…Example

Related-to: #3325
  • Loading branch information
psavidis committed Sep 26, 2023
1 parent 4033d4f commit cd9a5a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class CreateInvoiceProcessTest {
@Test
public void testCreateInvoiceProcess() throws Exception {
BpmnModelInstance modelInstance = Bpmn.createExecutableProcess("invoice")
.camundaHistoryTimeToLive(180)
.name("BPMN API Invoice Process")
.startEvent()
.name("Invoice received")
Expand Down

0 comments on commit cd9a5a8

Please sign in to comment.