mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-10 10:15:58 +00:00
55 lines
2.8 KiB
Plaintext
55 lines
2.8 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1">
|
||
|
<process id="parent" name="Parent Process" isExecutable="false">
|
||
|
<sequenceFlow id="Flow_00qjfvu" sourceRef="Event_0xiw3t6" targetRef="Activity_0haob58" />
|
||
|
<sequenceFlow id="Flow_0aj70uj" sourceRef="Activity_0haob58" targetRef="Activity_1wdjypm" />
|
||
|
<sequenceFlow id="Flow_1uel76w" sourceRef="Activity_1wdjypm" targetRef="Event_1q277cc" />
|
||
|
<endEvent id="Event_1q277cc">
|
||
|
<incoming>Flow_1uel76w</incoming>
|
||
|
</endEvent>
|
||
|
<callActivity id="Activity_1wdjypm" name="Update Data" calledElement="subprocess">
|
||
|
<incoming>Flow_0aj70uj</incoming>
|
||
|
<outgoing>Flow_1uel76w</outgoing>
|
||
|
</callActivity>
|
||
|
<scriptTask id="Activity_0haob58" name="Set Data" scriptFormat="python">
|
||
|
<incoming>Flow_00qjfvu</incoming>
|
||
|
<outgoing>Flow_0aj70uj</outgoing>
|
||
|
<script>in_1, in_2, unused = 1, "hello world", True
|
||
|
</script>
|
||
|
</scriptTask>
|
||
|
<startEvent id="Event_0xiw3t6">
|
||
|
<outgoing>Flow_00qjfvu</outgoing>
|
||
|
</startEvent>
|
||
|
</process>
|
||
|
<bpmndi:BPMNDiagram id="BpmnDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="parent">
|
||
|
<bpmndi:BPMNEdge id="Flow_1uel76w_di" bpmnElement="Flow_1uel76w">
|
||
|
<omgdi:waypoint x="500" y="120" />
|
||
|
<omgdi:waypoint x="562" y="120" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_0aj70uj_di" bpmnElement="Flow_0aj70uj">
|
||
|
<omgdi:waypoint x="340" y="120" />
|
||
|
<omgdi:waypoint x="400" y="120" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_00qjfvu_di" bpmnElement="Flow_00qjfvu">
|
||
|
<omgdi:waypoint x="188" y="120" />
|
||
|
<omgdi:waypoint x="240" y="120" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNShape id="Event_0xiw3t6_di" bpmnElement="Event_0xiw3t6">
|
||
|
<omgdc:Bounds x="152" y="102" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_1xovb0i_di" bpmnElement="Activity_0haob58">
|
||
|
<omgdc:Bounds x="240" y="80" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_0s2jipz_di" bpmnElement="Activity_1wdjypm">
|
||
|
<omgdc:Bounds x="400" y="80" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_1q277cc_di" bpmnElement="Event_1q277cc">
|
||
|
<omgdc:Bounds x="562" y="102" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</definitions>
|