mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 18:08:21 +00:00
User: muhammadnouman@nutech.edu.pk added process model file playground/nutech/issue/Issue.bpmn
This commit is contained in:
parent
34d18b9bbf
commit
b2b0774efe
51
playground/nutech/issue/Issue.bpmn
Normal file
51
playground/nutech/issue/Issue.bpmn
Normal file
@ -0,0 +1,51 @@
|
||||
<?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_xilxxoh" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0uiomf4</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:endEvent id="Event_08hj9vp">
|
||||
<bpmn:incoming>Flow_0yf7hts</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0uiomf4" sourceRef="StartEvent_1" targetRef="Activity_1l783pw" />
|
||||
<bpmn:sequenceFlow id="Flow_0yf7hts" sourceRef="Activity_1l783pw" targetRef="Event_08hj9vp" />
|
||||
<bpmn:manualTask id="Activity_1l783pw" name="Documents collected">
|
||||
<bpmn:incoming>Flow_0uiomf4</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0yf7hts</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:textAnnotation id="TextAnnotation_0672um1">
|
||||
<bpmn:text>Eqpt arrived</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0a69v4x" sourceRef="StartEvent_1" targetRef="TextAnnotation_0672um1" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_xilxxoh">
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0672um1_di" bpmnElement="TextAnnotation_0672um1">
|
||||
<dc:Bounds x="-160" y="70" width="100" height="30" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-198" y="152" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_08hj9vp_di" bpmnElement="Event_08hj9vp">
|
||||
<dc:Bounds x="342" y="152" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_14eprmz_di" bpmnElement="Activity_1l783pw">
|
||||
<dc:Bounds x="10" y="130" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_0a69v4x_di" bpmnElement="Association_0a69v4x">
|
||||
<di:waypoint x="-169" y="156" />
|
||||
<di:waypoint x="-122" y="100" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0uiomf4_di" bpmnElement="Flow_0uiomf4">
|
||||
<di:waypoint x="-162" y="170" />
|
||||
<di:waypoint x="10" y="170" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0yf7hts_di" bpmnElement="Flow_0yf7hts">
|
||||
<di:waypoint x="110" y="170" />
|
||||
<di:waypoint x="342" y="170" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -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": "Issue.bpmn",
|
||||
"primary_process_id": "Process_xilxxoh"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user