Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:java="http://www.java.com/javaTypes" xmlns:tns="http://www.jboss.org/drools" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.jboss.org/drools" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd" id="Definition" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.4.2.Final-v20171109-1930-B1">
<process id="example" name="Example" isExecutable="true" xmlns:tns="http://www.jboss.org/drools" tns:packageName="defaultPackage" processType="Private">
<startEvent id="_1" name="Start Event">
<extensionElements>
<tns:metaData name="elementname">
<tns:metaValue>Start Event</tns:metaValue>
</tns:metaData>
</extensionElements>
</startEvent>
<endEvent id="EndEvent_1" name="End Event ">
<extensionElements>
<tns:metaData name="elementname">
<tns:metaValue>End Event 1</tns:metaValue>
</tns:metaData>
</extensionElements>
</endEvent>
<scriptTask id="stepId2" name="Fill out application & submit it" scriptFormat="http://www.java.com/java" activiti:autoStoreVariables="false">
<documentation>serviceId:992c3775-c79d-4d9d-9219-3b4166de34f5</documentation>
<script>System.out.println("Welcome to license check");</script>
</scriptTask>
<sequenceFlow id="flow2" sourceRef="stepId2" targetRef="EndEvent_1"></sequenceFlow>
<scriptTask id="stepId1" name="Search & select university" scriptFormat="javascript" activiti:autoStoreVariables="false">
<documentation>serviceId:efab4474-9112-45e6-be69-a864df9d247c</documentation>
<script>System.out.println("Welcome to license check");</script>
</scriptTask>
<sequenceFlow id="flow3" sourceRef="stepId1" targetRef="stepId2"></sequenceFlow>
<sequenceFlow id="flow4" sourceRef="_1" targetRef="stepId1"></sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_example">
<bpmndi:BPMNPlane bpmnElement="example" id="BPMNPlane_example">
<bpmndi:BPMNShape bpmnElement="_1" id="BPMNShape__1">
<omgdc:Bounds height="36.0" width="36.0" x="70.0" y="77.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="EndEvent_1" id="BPMNShape_EndEvent_1">
<omgdc:Bounds height="36.0" width="36.0" x="720.0" y="77.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="stepId2" id="BPMNShape_stepId2">
<omgdc:Bounds height="65.0" width="127.0" x="460.0" y="61.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="stepId1" id="BPMNShape_stepId1">
<omgdc:Bounds height="65.0" width="127.0" x="221.0" y="61.0"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
<omgdi:waypoint x="587.0" y="93.0"></omgdi:waypoint>
<omgdi:waypoint x="720.0" y="95.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
<omgdi:waypoint x="348.0" y="93.0"></omgdi:waypoint>
<omgdi:waypoint x="460.0" y="93.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
<omgdi:waypoint x="106.0" y="95.0"></omgdi:waypoint>
<omgdi:waypoint x="221.0" y="93.0"></omgdi:waypoint>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>