mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-10 08:46:44 +00:00
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
41 lines
2.1 KiB
XML
41 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn:definitions xmlns:bpmn="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="Definitions_0tza14q" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.0">
|
|
<bpmn:process id="Process_Sub" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0wro40z</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0wro40z" sourceRef="StartEvent_1" targetRef="Activity_09iml0e" />
|
|
<bpmn:endEvent id="Event_0ud0if6">
|
|
<bpmn:incoming>Flow_0061o90</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0061o90" sourceRef="Activity_09iml0e" targetRef="Event_0ud0if6" />
|
|
<bpmn:scriptTask id="Activity_09iml0e" name="set val C&D">
|
|
<bpmn:incoming>Flow_0wro40z</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0061o90</bpmn:outgoing>
|
|
<bpmn:script>valC=valB
|
|
valD=valA</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_Sub">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0wro40z_di" bpmnElement="Flow_0wro40z">
|
|
<di:waypoint x="215" y="117" />
|
|
<di:waypoint x="260" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Event_0ud0if6_di" bpmnElement="Event_0ud0if6">
|
|
<dc:Bounds x="412" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0061o90_di" bpmnElement="Flow_0061o90">
|
|
<di:waypoint x="360" y="117" />
|
|
<di:waypoint x="412" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Activity_0nz9clp_di" bpmnElement="Activity_09iml0e">
|
|
<dc:Bounds x="260" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|