mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:08:09 +00:00
User: esfandiary.mj@gmail.com added process model file playground/veradis/test/test.bpmn
This commit is contained in:
parent
93f9302242
commit
3bc02725bb
@ -4,6 +4,6 @@
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "test.bpmn",
|
||||
"primary_process_id": "Process_cn32g95"
|
||||
}
|
38
playground/veradis/test/test.bpmn
Normal file
38
playground/veradis/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_cn32g95" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1r67swr</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1r67swr" sourceRef="StartEvent_1" targetRef="Activity_01ek2ok" />
|
||||
<bpmn:userTask id="Activity_01ek2ok">
|
||||
<bpmn:incoming>Flow_1r67swr</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_119h1ev</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:endEvent id="Event_10onqg9">
|
||||
<bpmn:incoming>Flow_119h1ev</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_119h1ev" sourceRef="Activity_01ek2ok" targetRef="Event_10onqg9" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_cn32g95">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-298" y="192" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1yp6sql_di" bpmnElement="Activity_01ek2ok">
|
||||
<dc:Bounds x="-200" y="170" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_10onqg9_di" bpmnElement="Event_10onqg9">
|
||||
<dc:Bounds x="-38" y="192" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1r67swr_di" bpmnElement="Flow_1r67swr">
|
||||
<di:waypoint x="-262" y="210" />
|
||||
<di:waypoint x="-200" y="210" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_119h1ev_di" bpmnElement="Flow_119h1ev">
|
||||
<di:waypoint x="-100" y="210" />
|
||||
<di:waypoint x="-38" y="210" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
x
Reference in New Issue
Block a user