mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:28:22 +00:00
45 lines
2.4 KiB
XML
45 lines
2.4 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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:process id="Process_9yvdg79" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1rfib6q</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_1rfib6q" sourceRef="StartEvent_1" targetRef="Activity_1gcoldc" />
|
|
<bpmn:endEvent id="Event_04w8vzn">
|
|
<bpmn:incoming>Flow_1k9fqxu</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1k9fqxu" sourceRef="Activity_1gcoldc" targetRef="Event_04w8vzn" />
|
|
<bpmn:userTask id="Activity_1gcoldc">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="what-do-you-like-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="what-do-you-like-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1rfib6q</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1k9fqxu</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_9yvdg79">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="22" y="32" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_04w8vzn_di" bpmnElement="Event_04w8vzn">
|
|
<dc:Bounds x="262" y="32" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_10q8eco_di" bpmnElement="Activity_1gcoldc">
|
|
<dc:Bounds x="110" y="10" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1rfib6q_di" bpmnElement="Flow_1rfib6q">
|
|
<di:waypoint x="58" y="50" />
|
|
<di:waypoint x="110" y="50" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1k9fqxu_di" bpmnElement="Flow_1k9fqxu">
|
|
<di:waypoint x="210" y="50" />
|
|
<di:waypoint x="262" y="50" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|