mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 05:18:36 +00:00
User: dakhan@gmail.com added process model file playground/dilshad/dilshad-test/test.bpmn
This commit is contained in:
parent
6056b562b9
commit
5ce85ce9d7
@ -4,6 +4,6 @@
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "suspend",
|
||||
"metadata_extraction_paths": [],
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "test.bpmn",
|
||||
"primary_process_id": "Process_dqvkyrn"
|
||||
}
|
38
playground/dilshad/dilshad-test/test.bpmn
Normal file
38
playground/dilshad/dilshad-test/test.bpmn
Normal file
@ -0,0 +1,38 @@
|
||||
<?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_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_dqvkyrn" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1rysuct</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:task id="Activity_04tqvdr">
|
||||
<bpmn:incoming>Flow_1rysuct</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0gfsi5c</bpmn:outgoing>
|
||||
</bpmn:task>
|
||||
<bpmn:endEvent id="Event_1r2g6nn">
|
||||
<bpmn:incoming>Flow_0gfsi5c</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1rysuct" sourceRef="StartEvent_1" targetRef="Activity_04tqvdr" />
|
||||
<bpmn:sequenceFlow id="Flow_0gfsi5c" sourceRef="Activity_04tqvdr" targetRef="Event_1r2g6nn" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_dqvkyrn">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-128" y="62" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_04tqvdr_di" bpmnElement="Activity_04tqvdr">
|
||||
<dc:Bounds x="60" y="40" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1r2g6nn_di" bpmnElement="Event_1r2g6nn">
|
||||
<dc:Bounds x="312" y="62" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1rysuct_di" bpmnElement="Flow_1rysuct">
|
||||
<di:waypoint x="-92" y="80" />
|
||||
<di:waypoint x="60" y="80" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0gfsi5c_di" bpmnElement="Flow_0gfsi5c">
|
||||
<di:waypoint x="160" y="80" />
|
||||
<di:waypoint x="312" y="80" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
x
Reference in New Issue
Block a user