mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
User: kb@sartography.com added process model file misc/category_number_one/log-demo/log-demo.bpmn
This commit is contained in:
parent
938ad0cbd7
commit
8c9cd0e515
69
misc/category_number_one/log-demo/log-demo.bpmn
Normal file
69
misc/category_number_one/log-demo/log-demo.bpmn
Normal file
@ -0,0 +1,69 @@
|
||||
<?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_ndztlol" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1bp2iqo</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1bp2iqo" sourceRef="StartEvent_1" targetRef="Event_0lc68ss" />
|
||||
<bpmn:endEvent id="Event_1ijwxoo">
|
||||
<bpmn:incoming>Flow_13le2sr</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1rjosdi" sourceRef="Activity_1qzl64v" targetRef="Event_0zizkac" />
|
||||
<bpmn:intermediateThrowEvent id="Event_0zizkac" name="after script">
|
||||
<bpmn:incoming>Flow_1rjosdi</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_13le2sr</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:sequenceFlow id="Flow_13le2sr" sourceRef="Event_0zizkac" targetRef="Event_1ijwxoo" />
|
||||
<bpmn:intermediateThrowEvent id="Event_0lc68ss" name="before script">
|
||||
<bpmn:incoming>Flow_1bp2iqo</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0yjzo4j</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0yjzo4j" sourceRef="Event_0lc68ss" targetRef="Activity_1qzl64v" />
|
||||
<bpmn:scriptTask id="Activity_1qzl64v" name="hot script">
|
||||
<bpmn:incoming>Flow_0yjzo4j</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1rjosdi</bpmn:outgoing>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_ndztlol">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1ijwxoo_di" bpmnElement="Event_1ijwxoo">
|
||||
<dc:Bounds x="622" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0zizkac_di" bpmnElement="Event_0zizkac">
|
||||
<dc:Bounds x="532" y="159" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="524" y="202" width="52" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0lc68ss_di" bpmnElement="Event_0lc68ss">
|
||||
<dc:Bounds x="272" y="159" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="260" y="202" width="61" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0u8gqx6_di" bpmnElement="Activity_1qzl64v">
|
||||
<dc:Bounds x="350" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1bp2iqo_di" bpmnElement="Flow_1bp2iqo">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="272" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1rjosdi_di" bpmnElement="Flow_1rjosdi">
|
||||
<di:waypoint x="450" y="177" />
|
||||
<di:waypoint x="532" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_13le2sr_di" bpmnElement="Flow_13le2sr">
|
||||
<di:waypoint x="568" y="177" />
|
||||
<di:waypoint x="622" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0yjzo4j_di" bpmnElement="Flow_0yjzo4j">
|
||||
<di:waypoint x="308" y="177" />
|
||||
<di:waypoint x="350" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -6,6 +6,6 @@
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "log-demo.bpmn",
|
||||
"primary_process_id": "Process_ndztlol"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user