Skip to content

Commit

Permalink
set history TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
kchobantonov committed Oct 13, 2024
1 parent 9a310d3 commit 1a6a956
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions demo/src/main/resources/processes/invoice/reviewInvoice.bpmn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1k1vca8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.5.0">
<bpmn:process id="ReviewInvoice" name="Review Invoice" isExecutable="true" camunda:isStartableInTasklist="false">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1k1vca8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.26.0">
<bpmn:process id="ReviewInvoice" name="Review Invoice" isExecutable="true" camunda:historyTimeToLive="45" camunda:isStartableInTasklist="false">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_1ggutts</bpmn:outgoing>
</bpmn:startEvent>
Expand All @@ -24,6 +24,15 @@
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="79" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1og1zom_di" bpmnElement="EndEvent_1og1zom">
<dc:Bounds x="592" y="79" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="UserTask_01n44zw_di" bpmnElement="assignReviewer">
<dc:Bounds x="270" y="57" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="UserTask_055nly4_di" bpmnElement="reviewInvoice">
<dc:Bounds x="430" y="57" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1ggutts_di" bpmnElement="SequenceFlow_1ggutts">
<di:waypoint x="215" y="97" />
<di:waypoint x="270" y="97" />
Expand All @@ -32,19 +41,10 @@
<di:waypoint x="370" y="97" />
<di:waypoint x="430" y="97" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_1og1zom_di" bpmnElement="EndEvent_1og1zom">
<dc:Bounds x="592" y="79" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0vvoxt0_di" bpmnElement="SequenceFlow_0vvoxt0">
<di:waypoint x="530" y="97" />
<di:waypoint x="592" y="97" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="UserTask_01n44zw_di" bpmnElement="assignReviewer">
<dc:Bounds x="270" y="57" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="UserTask_055nly4_di" bpmnElement="reviewInvoice">
<dc:Bounds x="430" y="57" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
</bpmn:definitions>

0 comments on commit 1a6a956

Please sign in to comment.