ad857eddcdf84e0c68481e488d834f9a81dcc1a6
[so.git] / bpmn / MSOCommonBPMN / src / main / resources / subprocess / ReceiveWorkflowMessage.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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:di="http://www.omg.org/spec/DD/20100524/DI" id="_GraPIIyxEeWmdMDkx6Uftw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="ReceiveWorkflowMessage" name="ReceiveWorkflowMessage" isExecutable="true">
4     <bpmn2:scriptTask id="ScriptTask_1" name="Pre-Process Request" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_1ps0nzi</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
8 def receiveWorkflowMessage = new ReceiveWorkflowMessage()
9 receiveWorkflowMessage .preProcessRequest(execution)
10 ]]></bpmn2:script>
11     </bpmn2:scriptTask>
12     <bpmn2:startEvent id="StartEvent_1" name="Start">
13       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
14     </bpmn2:startEvent>
15     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
16     <bpmn2:scriptTask id="ScriptTask_5" name="Workflow Exception (timeout)" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
20 def exceptionUtil = new ExceptionUtil()
21 exceptionUtil.buildWorkflowException(execution, 7010, "Receive Workflow Message Timeout Error")]]></bpmn2:script>
22     </bpmn2:scriptTask>
23     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="ScriptTask_5" targetRef="EndEvent_8" />
24     <bpmn2:endEvent id="EndEvent_8">
25       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
26       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_21" errorRef="Error_1" />
27     </bpmn2:endEvent>
28     <bpmn2:scriptTask id="ScriptTask_setSuccess" name="Process Message and Set WorkflowResult" scriptFormat="groovy">
29       <bpmn2:incoming>SequenceFlow_44</bpmn2:incoming>
30       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
31       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
32 def receiveWorkflowMessage = new ReceiveWorkflowMessage()
33 receiveWorkflowMessage.processReceivedMessage(execution)]]></bpmn2:script>
34     </bpmn2:scriptTask>
35     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ScriptTask_setSuccess" targetRef="EndEvent_6" />
36     <bpmn2:endEvent id="EndEvent_6" name="End">
37       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
38     </bpmn2:endEvent>
39     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="Timeout" attachedToRef="SubProcess_2">
40       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
41       <bpmn2:timerEventDefinition id="TimerEventDefinition_1">
42         <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${RCVWFMSG_timeout}</bpmn2:timeDuration>
43       </bpmn2:timerEventDefinition>
44     </bpmn2:boundaryEvent>
45     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="BoundaryEvent_1" targetRef="ScriptTask_5" />
46     <bpmn2:subProcess id="SubProcess_2" name="Wait for Workflow Message">
47       <bpmn2:incoming>SequenceFlow_1ps0nzi</bpmn2:incoming>
48       <bpmn2:outgoing>SequenceFlow_44</bpmn2:outgoing>
49       <bpmn2:startEvent id="StartEvent_3">
50         <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
51       </bpmn2:startEvent>
52       <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="StartEvent_3" targetRef="IntermediateCatchEvent_1" />
53       <bpmn2:endEvent id="EndEvent_12">
54         <bpmn2:incoming>SequenceFlow_41</bpmn2:incoming>
55       </bpmn2:endEvent>
56       <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="Catch Workflow Message">
57         <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
58         <bpmn2:outgoing>SequenceFlow_41</bpmn2:outgoing>
59         <bpmn2:messageEventDefinition id="MessageEventDefinition_1" messageRef="Message_07j47nk" />
60       </bpmn2:intermediateCatchEvent>
61       <bpmn2:sequenceFlow id="SequenceFlow_41" name="" sourceRef="IntermediateCatchEvent_1" targetRef="EndEvent_12" />
62     </bpmn2:subProcess>
63     <bpmn2:sequenceFlow id="SequenceFlow_44" name="" sourceRef="SubProcess_2" targetRef="ScriptTask_setSuccess" />
64     <bpmn2:sequenceFlow id="SequenceFlow_1ps0nzi" sourceRef="ScriptTask_1" targetRef="SubProcess_2" />
65   </bpmn2:process>
66   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
67   <bpmn2:message id="Message_1" name="SDNCAResponse" />
68   <bpmn2:message id="Message_07j47nk" name="WorkflowMessage" />
69   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
70     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ReceiveWorkflowMessage">
71       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_56" bpmnElement="ScriptTask_1">
72         <dc:Bounds x="242" y="161" width="100" height="80" />
73       </bpmndi:BPMNShape>
74       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_14" bpmnElement="SubProcess_2" isExpanded="true">
75         <dc:Bounds x="461" y="107" width="313" height="189" />
76       </bpmndi:BPMNShape>
77       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_59" bpmnElement="ScriptTask_5">
78         <dc:Bounds x="857" y="382" width="100" height="80" />
79       </bpmndi:BPMNShape>
80       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_24" bpmnElement="BoundaryEvent_1">
81         <dc:Bounds x="703" y="278" width="36" height="36" />
82         <bpmndi:BPMNLabel>
83           <dc:Bounds x="744" y="308" width="39" height="12" />
84         </bpmndi:BPMNLabel>
85       </bpmndi:BPMNShape>
86       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_1">
87         <dc:Bounds x="129" y="184" width="36" height="36" />
88         <bpmndi:BPMNLabel>
89           <dc:Bounds x="135" y="225" width="23" height="12" />
90         </bpmndi:BPMNLabel>
91       </bpmndi:BPMNShape>
92       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_StartEvent_54" targetElement="_BPMNShape_ScriptTask_56">
93         <di:waypoint xsi:type="dc:Point" x="165" y="202" />
94         <di:waypoint xsi:type="dc:Point" x="242" y="201" />
95         <bpmndi:BPMNLabel>
96           <dc:Bounds x="204" y="186.5" width="0" height="0" />
97         </bpmndi:BPMNLabel>
98       </bpmndi:BPMNEdge>
99       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_55" bpmnElement="StartEvent_3">
100         <dc:Bounds x="493" y="185" width="36" height="36" />
101         <bpmndi:BPMNLabel>
102           <dc:Bounds x="511" y="226" width="0" height="0" />
103         </bpmndi:BPMNLabel>
104       </bpmndi:BPMNShape>
105       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_StartEvent_55" targetElement="_BPMNShape_IntermediateCatchEvent_20">
106         <di:waypoint xsi:type="dc:Point" x="529" y="203" />
107         <di:waypoint xsi:type="dc:Point" x="588" y="203" />
108         <bpmndi:BPMNLabel>
109           <dc:Bounds x="791" y="201" width="0" height="0" />
110         </bpmndi:BPMNLabel>
111       </bpmndi:BPMNEdge>
112       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_BoundaryEvent_24" targetElement="_BPMNShape_ScriptTask_59">
113         <di:waypoint xsi:type="dc:Point" x="721" y="314" />
114         <di:waypoint xsi:type="dc:Point" x="721" y="422" />
115         <di:waypoint xsi:type="dc:Point" x="857" y="422" />
116         <bpmndi:BPMNLabel>
117           <dc:Bounds x="736" y="368" width="0" height="0" />
118         </bpmndi:BPMNLabel>
119       </bpmndi:BPMNEdge>
120       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_158" bpmnElement="EndEvent_6">
121         <dc:Bounds x="1022" y="184" width="36" height="36" />
122         <bpmndi:BPMNLabel>
123           <dc:Bounds x="1031" y="225" width="19" height="12" />
124         </bpmndi:BPMNLabel>
125       </bpmndi:BPMNShape>
126       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_160" bpmnElement="EndEvent_8">
127         <dc:Bounds x="1022" y="404" width="36" height="36" />
128         <bpmndi:BPMNLabel>
129           <dc:Bounds x="1040" y="445" width="0" height="0" />
130         </bpmndi:BPMNLabel>
131       </bpmndi:BPMNShape>
132       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_59" targetElement="_BPMNShape_EndEvent_160">
133         <di:waypoint xsi:type="dc:Point" x="957" y="422" />
134         <di:waypoint xsi:type="dc:Point" x="1022" y="422" />
135         <bpmndi:BPMNLabel>
136           <dc:Bounds x="990" y="407" width="0" height="0" />
137         </bpmndi:BPMNLabel>
138       </bpmndi:BPMNEdge>
139       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_236" bpmnElement="ScriptTask_setSuccess">
140         <dc:Bounds x="858" y="160" width="97" height="83" />
141       </bpmndi:BPMNShape>
142       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ScriptTask_236" targetElement="_BPMNShape_EndEvent_158">
143         <di:waypoint xsi:type="dc:Point" x="955" y="201" />
144         <di:waypoint xsi:type="dc:Point" x="1022" y="202" />
145         <bpmndi:BPMNLabel>
146           <dc:Bounds x="989" y="186.5" width="0" height="0" />
147         </bpmndi:BPMNLabel>
148       </bpmndi:BPMNEdge>
149       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_12">
150         <dc:Bounds x="681" y="185" width="36" height="36" />
151         <bpmndi:BPMNLabel>
152           <dc:Bounds x="699" y="226" width="0" height="0" />
153         </bpmndi:BPMNLabel>
154       </bpmndi:BPMNShape>
155       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_44" bpmnElement="SequenceFlow_44" sourceElement="_BPMNShape_SubProcess_14" targetElement="_BPMNShape_ScriptTask_236">
156         <di:waypoint xsi:type="dc:Point" x="774" y="202" />
157         <di:waypoint xsi:type="dc:Point" x="858" y="201" />
158         <bpmndi:BPMNLabel>
159           <dc:Bounds x="816" y="186.5" width="0" height="0" />
160         </bpmndi:BPMNLabel>
161       </bpmndi:BPMNEdge>
162       <bpmndi:BPMNEdge id="SequenceFlow_1ps0nzi_di" bpmnElement="SequenceFlow_1ps0nzi">
163         <di:waypoint xsi:type="dc:Point" x="342" y="201" />
164         <di:waypoint xsi:type="dc:Point" x="461" y="201" />
165         <bpmndi:BPMNLabel>
166           <dc:Bounds x="402" y="186" width="0" height="0" />
167         </bpmndi:BPMNLabel>
168       </bpmndi:BPMNEdge>
169       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_20" bpmnElement="IntermediateCatchEvent_1">
170         <dc:Bounds x="588" y="185" width="36" height="36" />
171         <bpmndi:BPMNLabel>
172           <dc:Bounds x="566" y="227" width="80" height="24" />
173         </bpmndi:BPMNLabel>
174       </bpmndi:BPMNShape>
175       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_41" bpmnElement="SequenceFlow_41" sourceElement="_BPMNShape_IntermediateCatchEvent_20">
176         <di:waypoint xsi:type="dc:Point" x="624" y="203" />
177         <di:waypoint xsi:type="dc:Point" x="681" y="203" />
178         <bpmndi:BPMNLabel>
179           <dc:Bounds x="653" y="188" width="0" height="0" />
180         </bpmndi:BPMNLabel>
181       </bpmndi:BPMNEdge>
182     </bpmndi:BPMNPlane>
183   </bpmndi:BPMNDiagram>
184 </bpmn2:definitions>