mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
46 lines
2.5 KiB
Plaintext
46 lines
2.5 KiB
Plaintext
|
<?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_test_user_task_gnesf6d" isExecutable="true">
|
||
|
<bpmn:startEvent id="Event_0bs2gv6">
|
||
|
<bpmn:outgoing>Flow_1344bah</bpmn:outgoing>
|
||
|
</bpmn:startEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_1344bah" sourceRef="Event_0bs2gv6" targetRef="Activity_14h050m" />
|
||
|
<bpmn:endEvent id="Event_00cmeec">
|
||
|
<bpmn:incoming>Flow_0b9pqgb</bpmn:incoming>
|
||
|
</bpmn:endEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0b9pqgb" sourceRef="Activity_14h050m" targetRef="Event_00cmeec" />
|
||
|
<bpmn:userTask id="Activity_14h050m" name="Get Name">
|
||
|
<bpmn:extensionElements>
|
||
|
<spiffworkflow:properties>
|
||
|
<spiffworkflow:property name="formJsonSchemaFilename" value="name-schema.json" />
|
||
|
<spiffworkflow:property name="formUiSchemaFilename" value="name-uischema.json" />
|
||
|
</spiffworkflow:properties>
|
||
|
</bpmn:extensionElements>
|
||
|
<bpmn:incoming>Flow_1344bah</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_0b9pqgb</bpmn:outgoing>
|
||
|
</bpmn:userTask>
|
||
|
</bpmn:process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_test_user_task_gnesf6d">
|
||
|
<bpmndi:BPMNShape id="Event_0bs2gv6_di" bpmnElement="Event_0bs2gv6">
|
||
|
<dc:Bounds x="-308" y="22" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_00cmeec_di" bpmnElement="Event_00cmeec">
|
||
|
<dc:Bounds x="-68" y="22" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_1cjnn6c_di" bpmnElement="Activity_14h050m">
|
||
|
<dc:Bounds x="-220" y="0" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="Flow_1344bah_di" bpmnElement="Flow_1344bah">
|
||
|
<di:waypoint x="-272" y="40" />
|
||
|
<di:waypoint x="-220" y="40" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_0b9pqgb_di" bpmnElement="Flow_0b9pqgb">
|
||
|
<di:waypoint x="-120" y="40" />
|
||
|
<di:waypoint x="-68" y="40" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|