User: dan@sartography.com clicked save for playground/dan/example/fruits.bpmn
This commit is contained in:
parent
e83d36b110
commit
3cdaecb843
|
@ -1,15 +1,16 @@
|
|||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_15dchus">
|
||||
<bpmn:participant id="Participant_1wrpour" processRef="Process_2rymexb" />
|
||||
<bpmn:correlationKey name="dog" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_2rymexb" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1d146lk</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1d146lk" sourceRef="StartEvent_1" targetRef="Activity_0v8297v" />
|
||||
<bpmn:sequenceFlow id="Flow_1jpydaz" sourceRef="Activity_0v8297v" targetRef="Activity_1m8d3p5" />
|
||||
<bpmn:endEvent id="Event_0dudz6g">
|
||||
<bpmn:incoming>Flow_0ffy9cx</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ffy9cx" sourceRef="Activity_1m8d3p5" targetRef="Event_0dudz6g" />
|
||||
<bpmn:scriptTask id="Activity_0v8297v" name="Set up data">
|
||||
<bpmn:incoming>Flow_1d146lk</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1jpydaz</bpmn:outgoing>
|
||||
|
@ -39,9 +40,15 @@
|
|||
<bpmn:incoming>Flow_1jpydaz</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ffy9cx</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1d146lk" sourceRef="StartEvent_1" targetRef="Activity_0v8297v" />
|
||||
<bpmn:sequenceFlow id="Flow_0ffy9cx" sourceRef="Activity_1m8d3p5" targetRef="Event_0dudz6g" />
|
||||
<bpmn:sequenceFlow id="Flow_1jpydaz" sourceRef="Activity_0v8297v" targetRef="Activity_1m8d3p5" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_2rymexb">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_15dchus">
|
||||
<bpmndi:BPMNShape id="Participant_1wrpour_di" bpmnElement="Participant_1wrpour" isHorizontal="true">
|
||||
<dc:Bounds x="-150" y="-120" width="600" height="250" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-58" y="2" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -58,14 +65,14 @@
|
|||
<di:waypoint x="-22" y="20" />
|
||||
<di:waypoint x="30" y="20" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1jpydaz_di" bpmnElement="Flow_1jpydaz">
|
||||
<di:waypoint x="130" y="20" />
|
||||
<di:waypoint x="190" y="20" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ffy9cx_di" bpmnElement="Flow_0ffy9cx">
|
||||
<di:waypoint x="290" y="20" />
|
||||
<di:waypoint x="352" y="20" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1jpydaz_di" bpmnElement="Flow_1jpydaz">
|
||||
<di:waypoint x="130" y="20" />
|
||||
<di:waypoint x="190" y="20" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue