Skip to content

Commit

Permalink
Removed TimeToLive in BpmnProcessGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Nov 27, 2024
1 parent b14cdb0 commit 195d735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case class BpmnProcessGenerator()(using config: SetupConfig):
| <bpmn:collaboration id="Collaboration_1nchi5w">
| <bpmn:participant id="$processId-Participant" name="$processId" processRef="$processId" />
| </bpmn:collaboration>
| <bpmn:process id="$processId" name="$processId" isExecutable="true" camunda:historyTimeToLive="180">
| <bpmn:process id="$processId" name="$processId" isExecutable="true">
| <bpmn:serviceTask id="InitProcessTask" name="Init Process" camunda:type="external" camunda:topic="$processId">
| <bpmn:extensionElements>
| <camunda:inputOutput>
Expand Down

0 comments on commit 195d735

Please sign in to comment.