2023-09-12 05:19:56 +00:00
|
|
|
<?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:process id="Process_r863ubl" isExecutable="true">
|
|
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
|
|
<bpmn:outgoing>Flow_0v99qtq</bpmn:outgoing>
|
|
|
|
</bpmn:startEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_0v99qtq" sourceRef="StartEvent_1" targetRef="Activity_154x22x" />
|
|
|
|
<bpmn:userTask id="Activity_154x22x" name="Select ice cream">
|
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:properties>
|
2023-09-12 20:39:45 +00:00
|
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="IceCreamForm1-schema.json" />
|
|
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="IceCreamForm1-uischema.json" />
|
2023-09-12 05:19:56 +00:00
|
|
|
</spiffworkflow:properties>
|
|
|
|
</bpmn:extensionElements>
|
|
|
|
<bpmn:incoming>Flow_0v99qtq</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1sjw24k</bpmn:outgoing>
|
|
|
|
</bpmn:userTask>
|
|
|
|
<bpmn:endEvent id="Event_1e2h0h9">
|
|
|
|
<bpmn:incoming>Flow_1sjw24k</bpmn:incoming>
|
|
|
|
</bpmn:endEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1sjw24k" sourceRef="Activity_154x22x" targetRef="Event_1e2h0h9" />
|
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_r863ubl">
|
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
|
|
<dc:Bounds x="-488" y="122" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Activity_0qfi9k5_di" bpmnElement="Activity_154x22x">
|
|
|
|
<dc:Bounds x="-400" y="100" width="100" height="80" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Event_1e2h0h9_di" bpmnElement="Event_1e2h0h9">
|
|
|
|
<dc:Bounds x="-248" y="122" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_0v99qtq_di" bpmnElement="Flow_0v99qtq">
|
|
|
|
<di:waypoint x="-452" y="140" />
|
|
|
|
<di:waypoint x="-400" y="140" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1sjw24k_di" bpmnElement="Flow_1sjw24k">
|
|
|
|
<di:waypoint x="-300" y="140" />
|
|
|
|
<di:waypoint x="-248" y="140" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|