Skip to content

Commit b678198

Browse files
authored
Merge pull request #780 from bcgov/SRS-721
Updating the Email Notification Workflow ID
2 parents a5f261f + 7cb71bb commit b678198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/TaskAssignmentEmailNotification.bpmn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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_0e3v6wh" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.0.0">
3-
<bpmn:process id="EmailNotification" name="Email Notification (Internal)" isExecutable="true" camunda:versionTag="1">
3+
<bpmn:process id="EmailNotificationUpdated" name="Email Notification (Internal)" isExecutable="true" camunda:versionTag="1">
44
<bpmn:sequenceFlow id="SequenceFlow_1hk7qik" sourceRef="StartEvent_1" targetRef="Activity_0nm63gf">
55
<bpmn:extensionElements>
66
<camunda:executionListener event="take">
@@ -185,9 +185,9 @@ execution.setVariable("host", host);</camunda:script>
185185
<bpmn:extensionElements />
186186
</bpmn:sequenceFlow>
187187
</bpmn:process>
188-
<bpmn:message id="Message_1ap8yc0" name="Message_Email" />
188+
<bpmn:message id="Message_1ap8yc0" name="Message_Email_Updated" />
189189
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
190-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="EmailNotification">
190+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="EmailNotificationUpdated">
191191
<bpmndi:BPMNEdge id="Flow_1uskeb8_di" bpmnElement="Flow_1uskeb8">
192192
<di:waypoint x="540" y="320" />
193193
<di:waypoint x="570" y="320" />

0 commit comments

Comments
 (0)