mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 11:58:20 +00:00
User: steve.shields@hotmail.com added process model file playground/rhimagnesita/test1/test process model.bpmn
This commit is contained in:
parent
aabba999f3
commit
d2c81f1cef
@ -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 process model.bpmn",
|
||||
"primary_process_id": "Process_duz87zl"
|
||||
}
|
41
playground/rhimagnesita/test1/test process model.bpmn
Normal file
41
playground/rhimagnesita/test1/test process model.bpmn
Normal file
@ -0,0 +1,41 @@
|
||||
<?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_duz87zl" isExecutable="true">
|
||||
<bpmn:startEvent id="Event_0q8ivcp">
|
||||
<bpmn:outgoing>Flow_08ccc3h</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_08ccc3h" sourceRef="Event_0q8ivcp" targetRef="Activity_0wv5gco" />
|
||||
<bpmn:manualTask id="Activity_0wv5gco">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>Have a great day!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_08ccc3h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1y8qe0s</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:endEvent id="Event_0ogt3qd">
|
||||
<bpmn:incoming>Flow_1y8qe0s</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1y8qe0s" sourceRef="Activity_0wv5gco" targetRef="Event_0ogt3qd" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_duz87zl">
|
||||
<bpmndi:BPMNShape id="Event_0q8ivcp_di" bpmnElement="Event_0q8ivcp">
|
||||
<dc:Bounds x="-268" y="62" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_11ok4kn_di" bpmnElement="Activity_0wv5gco">
|
||||
<dc:Bounds x="-200" y="40" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0ogt3qd_di" bpmnElement="Event_0ogt3qd">
|
||||
<dc:Bounds x="-68" y="62" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_08ccc3h_di" bpmnElement="Flow_08ccc3h">
|
||||
<di:waypoint x="-232" y="80" />
|
||||
<di:waypoint x="-200" y="80" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1y8qe0s_di" bpmnElement="Flow_1y8qe0s">
|
||||
<di:waypoint x="-100" y="80" />
|
||||
<di:waypoint x="-68" y="80" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
x
Reference in New Issue
Block a user