User: admin@spiffworkflow.org updated process model misc/test/TC-1.0

This commit is contained in:
sartography-automated-committer 2022-12-29 18:03:56 +00:00
parent 10c0f659df
commit 73172137ab
2 changed files with 39 additions and 1 deletions

38
misc/test/TC-1.0/2.bpmn Normal file
View 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_475lft9f" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0sjdt4n</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0sjdt4n" sourceRef="StartEvent_1" targetRef="Activity_11eezfn" />
<bpmn:endEvent id="Event_1duk0qt">
<bpmn:incoming>Flow_02r6v10</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_02r6v10" sourceRef="Activity_11eezfn" targetRef="Event_1duk0qt" />
<bpmn:manualTask id="Activity_11eezfn" name="Test">
<bpmn:incoming>Flow_0sjdt4n</bpmn:incoming>
<bpmn:outgoing>Flow_02r6v10</bpmn:outgoing>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_475lft9">
<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_1duk0qt_di" bpmnElement="Event_1duk0qt">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_189okuw_di" bpmnElement="Activity_11eezfn">
<dc:Bounds x="270" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0sjdt4n_di" bpmnElement="Flow_0sjdt4n">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_02r6v10_di" bpmnElement="Flow_02r6v10">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -6,6 +6,6 @@
"fault_or_suspend_on_exception": "fault", "fault_or_suspend_on_exception": "fault",
"files": [], "files": [],
"metadata_extraction_paths": null, "metadata_extraction_paths": null,
"primary_file_name": "test.bpmn", "primary_file_name": "Sub process.bpmn",
"primary_process_id": "Proccess_bd7bm56" "primary_process_id": "Proccess_bd7bm56"
} }