Use distribution json for workflow install
[so.git] / asdc-controller / src / test / resources / resource-examples / WorkflowBpmn / TestBpmnFromSDC.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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bioc="http://bpmn.io/schema/bpmn/biocolor/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="customWorkflowtest1" name="TestBpmnFromSDC" isExecutable="true">
4     <bpmn2:extensionElements>
5       <camunda:inputOutput />
6     </bpmn2:extensionElements>
7     <bpmn2:startEvent id="StartEvent_0wtabee">
8       <bpmn2:outgoing>SequenceFlow_1v7ptqz</bpmn2:outgoing>
9     </bpmn2:startEvent>
10     <bpmn2:serviceTask id="Task_1kxbei4" name="VNFSetInMaintFlagActivity" implementation="activity:VNFSetInMaintFlagActivity" camunda:expression="${ExecuteActivity.execute(execution)}">
11       <bpmn2:extensionElements>
12         <camunda:inputOutput />
13       </bpmn2:extensionElements>
14       <bpmn2:incoming>SequenceFlow_1v7ptqz</bpmn2:incoming>
15       <bpmn2:outgoing>SequenceFlow_16i7mid</bpmn2:outgoing>
16     </bpmn2:serviceTask>
17     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0tgyvzw">
18       <bpmn2:incoming>SequenceFlow_16i7mid</bpmn2:incoming>
19     </bpmn2:intermediateThrowEvent>
20     <bpmn2:sequenceFlow id="SequenceFlow_16i7mid" sourceRef="Task_1kxbei4" targetRef="IntermediateThrowEvent_0tgyvzw" />
21     <bpmn2:sequenceFlow id="SequenceFlow_1v7ptqz" sourceRef="StartEvent_0wtabee" targetRef="Task_1kxbei4" />
22   </bpmn2:process>
23   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
24     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="customWorkflowtest1">
25       <bpmndi:BPMNShape id="StartEvent_0wtabee_di" bpmnElement="StartEvent_0wtabee">
26         <dc:Bounds x="256" y="134" width="36" height="36" />
27       </bpmndi:BPMNShape>
28       <bpmndi:BPMNShape id="ServiceTask_1cgg6ym_di" bpmnElement="Task_1kxbei4" bioc:fill="white">
29         <dc:Bounds x="386" y="112" width="100" height="80" />
30       </bpmndi:BPMNShape>
31       <bpmndi:BPMNShape id="IntermediateThrowEvent_0tgyvzw_di" bpmnElement="IntermediateThrowEvent_0tgyvzw">
32         <dc:Bounds x="536" y="134" width="36" height="36" />
33       </bpmndi:BPMNShape>
34       <bpmndi:BPMNEdge id="SequenceFlow_16i7mid_di" bpmnElement="SequenceFlow_16i7mid">
35         <di:waypoint x="486" y="152" />
36         <di:waypoint x="536" y="152" />
37       </bpmndi:BPMNEdge>
38       <bpmndi:BPMNEdge id="SequenceFlow_1v7ptqz_di" bpmnElement="SequenceFlow_1v7ptqz">
39         <di:waypoint x="292" y="152" />
40         <di:waypoint x="386" y="152" />
41       </bpmndi:BPMNEdge>
42     </bpmndi:BPMNPlane>
43   </bpmndi:BPMNDiagram>
44 </bpmn2:definitions>