Skip to content

Commit

Permalink
CIV-8734 Changed processId for generateNonDivergentSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
German-A-Amoros committed Apr 19, 2024
1 parent 96e96eb commit 4211205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.22.0">
<bpmn:process id="GENERATE_DJ_FORM_SPEC" name="Generate dj form spec" isExecutable="true">
<bpmn:process id="GENERATE_DJ_NON_DIVERGENT_FORM_SPEC" name="Generate dj form spec" isExecutable="true">
<bpmn:startEvent id="Event_NonDivergentSpec" name="Start">
<bpmn:outgoing>Flow_1if0h68</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1cb4oje" messageRef="Message_1koptmo" />
Expand Down Expand Up @@ -52,7 +52,7 @@
<bpmn:message id="Message_00airaq" />
<bpmn:message id="Message_1koptmo" name="DEFAULT_JUDGEMENT_NON_DIVERGENT_SPEC" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GENERATE_DJ_FORM_SPEC">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GENERATE_DJ_NON_DIVERGENT_FORM_SPEC">
<bpmndi:BPMNShape id="Event_1m02c2o_di" bpmnElement="Event_NonDivergentSpec">
<dc:Bounds x="142" y="242" width="36" height="36" />
<bpmndi:BPMNLabel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class GenerateNonDivergentSpecDJFormTest extends BpmnBaseTest {

public static final String MESSAGE_NAME = "DEFAULT_JUDGEMENT_NON_DIVERGENT_SPEC";
public static final String PROCESS_ID = "GENERATE_DJ_FORM_SPEC";
public static final String PROCESS_ID = "GENERATE_DJ_NON_DIVERGENT_FORM_SPEC";

//CCD CASE EVENT
public static final String GENERATE_DJ_FORM_SPEC = "GENERATE_DJ_FORM_SPEC";
Expand Down

0 comments on commit 4211205

Please sign in to comment.