Skip to content

Commit

Permalink
DTSCCI-526 Update definitions to set an explicit TTL value (#1093)
Browse files Browse the repository at this point in the history
* DTSCCI-526 Update definitions to set an explicit TTL value

* DTSCCI-526 Update definitions to set an explicit TTL value

* validate.yml update

* validate.yml update

* validate.yml update

* validate.yml update

* validate.yml update

* Update name for generate_DJ_form.bpmn
  • Loading branch information
tiagreaney authored Sep 23, 2024
1 parent 1397efe commit f21802c
Show file tree
Hide file tree
Showing 126 changed files with 135 additions and 125 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
exit 1;
fi;
done
- name: Check BPMN processes have camunda:historyTimeToLive
run: |
for file in src/main/resources/camunda/*.bpmn;
do
if ! yq -r -p xml '.["bpmn:definitions"]["bpmn:process"]["@camunda:historyTimeToLive"]' "$file"; then
echo "Process $file does not have camunda:historyTimeToLive attribute" >&2
exit 1
fi
done
2 changes: 1 addition & 1 deletion src/main/resources/camunda/acknowledge_claim.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.9.0">
<bpmn:process id="ACKNOWLEDGE_CLAIM_PROCESS_ID" name="Acknowledge claim process" isExecutable="true">
<bpmn:process id="ACKNOWLEDGE_CLAIM_PROCESS_ID" name="Acknowledge claim process" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:serviceTask id="AcknowledgeClaimNotifyApplicantSolicitor1" name="Notify applicant solicitor 1" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/acknowledge_claim_spec.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.9.0">
<bpmn:process id="ACKNOWLEDGE_CLAIM_PROCESS_ID_SPEC" name="Acknowledge claim process spec" isExecutable="true">
<bpmn:process id="ACKNOWLEDGE_CLAIM_PROCESS_ID_SPEC" name="Acknowledge claim process spec" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:serviceTask id="AcknowledgeClaimNotifyForSpecApplicantSolicitor1" name="Notify applicant solicitor 1" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/add_case_note.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0rn46su" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.9.0">
<bpmn:process id="ADD_CASE_NOTE" name="Add case note" isExecutable="true">
<bpmn:process id="ADD_CASE_NOTE" name="Add case note" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_ADD_CASE_NOTE" name="Start" camunda:initiator="ADD_CASE_NOTE">
<bpmn:outgoing>Flow_1if0h68</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_0l5z4jd" />
Expand Down
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1lfk8so" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.9.0">
<bpmn:process id="ADD_DEFENDANT_LITIGATION_FRIEND" name="Add defendant litigation friend" isExecutable="true">
<bpmn:process id="ADD_DEFENDANT_LITIGATION_FRIEND" name="Add defendant litigation friend" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_0kkfooq" name="Start">
<bpmn:outgoing>Flow_0h29dto</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1eis14z" messageRef="Message_0zm9rfj" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/amend_restitch_bundle.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.18.0">
<bpmn:process id="AMEND_RESTITCH_BUNDLE" name="Amend Restitch Bundle" isExecutable="true">
<bpmn:process id="AMEND_RESTITCH_BUNDLE" name="Amend Restitch Bundle" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:serviceTask id="NotifyClaimantAmendRestitchBundle" name="Notify Claimant" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
Expand Down
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0rn46su" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.12.0">
<bpmn:process id="APPLICANT_TRIAL_READY_NOTIFY_OTHERS" name="Applicant trial ready notify others" isExecutable="true">
<bpmn:process id="APPLICANT_TRIAL_READY_NOTIFY_OTHERS" name="Applicant trial ready notify others" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_0t2zome" name="Start">
<bpmn:outgoing>Flow_08myj65</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_07vpgvo" />
Expand Down
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1i2ih25" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="APPLY_HELP_WITH_HEARING_FEE" name="Apply help with hearing fee" isExecutable="true">
<bpmn:process id="APPLY_HELP_WITH_HEARING_FEE" name="Apply help with hearing fee" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:callActivity id="StartBussinessHwfHearing" name="Start Business Process" calledElement="StartBusinessProcess">
<bpmn:extensionElements>
<camunda:in variables="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/apply_noc_decision.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<bpmn:collaboration id="Collaboration_095slo0">
<bpmn:participant id="Participant_1nspjir" name="Apply NoC Decision" processRef="APPLY_NOC_DECISION" />
</bpmn:collaboration>
<bpmn:process id="APPLY_NOC_DECISION" name="Apply noc decision" isExecutable="true">
<bpmn:process id="APPLY_NOC_DECISION" name="Apply noc decision" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:serviceTask id="NotifyOtherSolicitor1" name="Notify Other Solicitor 1" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<bpmn:collaboration id="Collaboration_0lkiw1g">
<bpmn:participant id="Participant_1nspjir" name="Apply NoC Decision for Defendant Lip" processRef="APPLY_NOC_DECISION_DEFENDANT_LIP" />
</bpmn:collaboration>
<bpmn:process id="APPLY_NOC_DECISION_DEFENDANT_LIP" name="Apply noc decision lip" isExecutable="true">
<bpmn:process id="APPLY_NOC_DECISION_DEFENDANT_LIP" name="Apply noc decision lip" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:endEvent id="Event_0l4t4tn">
<bpmn:incoming>Flow_1s0jw89</bpmn:incoming>
</bpmn:endEvent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/apply_noc_decision_lip.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<bpmn:collaboration id="Collaboration_0lkiw1g">
<bpmn:participant id="Participant_1nspjir" name="Apply NoC Decision for Lip" processRef="APPLY_NOC_DECISION_LIP" />
</bpmn:collaboration>
<bpmn:process id="APPLY_NOC_DECISION_LIP" name="Apply noc decision lip" isExecutable="true">
<bpmn:process id="APPLY_NOC_DECISION_LIP" name="Apply noc decision lip" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:endEvent id="Event_0l4t4tn">
<bpmn:incoming>Flow_1s0jw89</bpmn:incoming>
</bpmn:endEvent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/breathing_space_lifted.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1iivus5" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="BREATHING_SPACE_LIFTED" name="Breathing space lifted" isExecutable="true">
<bpmn:process id="BREATHING_SPACE_LIFTED" name="Breathing space lifted" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_0y09tpb" name="Start">
<bpmn:outgoing>Flow_07qelqa</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cnoq24" messageRef="Message_1sxevdt" />
Expand Down
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0rn46su" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.12.0">
<bpmn:process id="BUNDLE_CREATION_NOTIFICATION" name="Bundle creation notification" isExecutable="true">
<bpmn:process id="BUNDLE_CREATION_NOTIFICATION" name="Bundle creation notification" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_0t2zome" name="Start">
<bpmn:outgoing>Flow_08myj65</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_07vpgvo" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/bundle_creation_scheduler.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_02cs6jr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.1.0">
<bpmn:process id="BUNDLE_CREATION_SCHEDULER" name="Bundle creation scheduler" isExecutable="true">
<bpmn:process id="BUNDLE_CREATION_SCHEDULER" name="Bundle creation scheduler" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:sequenceFlow id="Flow_03at42s" sourceRef="StartEvent_1" targetRef="BUNDLE_CREATION_CHECK" />
<bpmn:sequenceFlow id="Flow_1m5i8op" sourceRef="BUNDLE_CREATION_CHECK" targetRef="Event_1ifnpoe" />
<bpmn:serviceTask id="BUNDLE_CREATION_CHECK" name="Bundle creation scheduler" camunda:type="external" camunda:topic="BUNDLE_CREATION_CHECK">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/case_proceeds_in_caseman.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0rn46su" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.9.0">
<bpmn:process id="CASE_PROCEEDS_IN_CASEMAN" name="Case proceeds in caseman" isExecutable="true">
<bpmn:process id="CASE_PROCEEDS_IN_CASEMAN" name="Case proceeds in caseman" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_StartClaimTakenOffline" name="Start">
<bpmn:outgoing>Flow_NextStartBusinessProcess</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_0slk3de" />
Expand Down
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0rn46su" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0">
<bpmn:process id="CASE_PROCEEDS_IN_CASEMAN_SPEC" name="Case proceeds in caseman spec" isExecutable="true">
<bpmn:process id="CASE_PROCEEDS_IN_CASEMAN_SPEC" name="Case proceeds in caseman spec" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_StartClaimTakenOffline" name="Start">
<bpmn:outgoing>Flow_NextStartBusinessProcess</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_0slk3de" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<bpmn:collaboration id="CaseworkerMakesDecision">
<bpmn:participant id="Participant_12pdlbz" name="CaseWorker Makes Decision" processRef="GA_APPROVE_CONSENT_ORDER_PROCESS_ID" />
</bpmn:collaboration>
<bpmn:process id="GA_APPROVE_CONSENT_ORDER_PROCESS_ID" name="GA approve consent order process" isExecutable="true">
<bpmn:process id="GA_APPROVE_CONSENT_ORDER_PROCESS_ID" name="GA approve consent order process" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_0gkb2ak" name="Start">
<bpmn:outgoing>Flow_07x5h8x</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1wt5eg9" messageRef="Message_1lvd10f" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/claim_dismissed.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0rn46su" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.12.0">
<bpmn:process id="DISMISS_CLAIM" name="Dismiss claim" isExecutable="true">
<bpmn:process id="DISMISS_CLAIM" name="Dismiss claim" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="Event_0t2zome" name="Start">
<bpmn:outgoing>Flow_08myj65</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_0slk3de" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/claim_dismissed_scheduler.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_02cs6jr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.6.0">
<bpmn:process id="CASE_DISMISSED_SCHEDULER" name="Case dismissed scheduler" isExecutable="true">
<bpmn:process id="CASE_DISMISSED_SCHEDULER" name="Case dismissed scheduler" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:sequenceFlow id="Flow_03at42s" sourceRef="StartEvent_1" targetRef="Activity_13h4s1i" />
<bpmn:sequenceFlow id="Flow_1m5i8op" sourceRef="Activity_13h4s1i" targetRef="Event_1ifnnom" />
<bpmn:serviceTask id="Activity_13h4s1i" name="Case dismisssed scheduler" camunda:type="external" camunda:topic="CASE_DISMISSED">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/claim_settled_lip.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_0d4bcaj" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.9.0">
<bpmn:process id="LIP_CLAIM_SETTLED_PROCESS_ID" name="Lip claim settled" isExecutable="true">
<bpmn:process id="LIP_CLAIM_SETTLED_PROCESS_ID" name="Lip claim settled" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="StartEvent_1" name="Start">
<bpmn:outgoing>Flow_0cbpb7a</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1hupx5h" messageRef="Message_1b64xfv" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/claimant_response.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1">
<bpmn:process id="CLAIMANT_RESPONSE_PROCESS_ID" name="Claimant Response Process" isExecutable="true">
<bpmn:process id="CLAIMANT_RESPONSE_PROCESS_ID" name="Claimant Response Process" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0g2t112</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1oxj7lg" messageRef="Message_0ttrrz3" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/camunda/claimant_response_cui.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.9.0">
<bpmn:process id="CLAIMANT_RESPONSE_CUI_PROCESS_ID" name="Claimant response cui process" isExecutable="true">
<bpmn:process id="CLAIMANT_RESPONSE_CUI_PROCESS_ID" name="Claimant response cui process" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="CLRCUI_StartEvent_1" name="start">
<bpmn:outgoing>Flow_0uwkh9v</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1oxj7lg" messageRef="Message_0ttrrz3" />
Expand Down
Loading

0 comments on commit f21802c

Please sign in to comment.