Use distribution json for workflow install
[so.git] / asdc-controller / src / test / resources / resource-examples / WorkflowBpmn / TestWF2-1_0.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:camunda="http://camunda.org/schema/1.0/bpmn" 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="testwf2" name="TestWF2" isExecutable="true">
4     <bpmn2:extensionElements>
5       <camunda:inputOutput />
6     </bpmn2:extensionElements>
7     <bpmn2:endEvent id="EndEvent_1naezi3" />
8   </bpmn2:process>
9   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
10     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="testwf2">
11       <bpmndi:BPMNShape id="EndEvent_1naezi3_di" bpmnElement="EndEvent_1naezi3">
12         <dc:Bounds x="219" y="285" width="36" height="36" />
13       </bpmndi:BPMNShape>
14     </bpmndi:BPMNPlane>
15   </bpmndi:BPMNDiagram>
16 </bpmn2:definitions>