User: dinithijonline@gmail.com added process model file playground/dinithi/test-subprocesses/SelectVehicle.bpmn

This commit is contained in:
sartography-automated-committer 2023-09-13 04:01:36 +00:00
parent fc72f7e719
commit a776bc58a9
2 changed files with 64 additions and 2 deletions

View File

@ -0,0 +1,62 @@
<?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_vbvohgh" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1ggqane</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1ggqane" sourceRef="StartEvent_1" targetRef="Activity_1gh0345" />
<bpmn:sequenceFlow id="Flow_1g6g3ps" sourceRef="Activity_1gh0345" targetRef="Activity_0uzwdcy" />
<bpmn:endEvent id="Event_1bqwcft">
<bpmn:incoming>Flow_11vaebl</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_11vaebl" sourceRef="Activity_0uzwdcy" targetRef="Event_1bqwcft" />
<bpmn:userTask id="Activity_1gh0345" name="Select Vehicle">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="vehicle-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="vehicle-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ggqane</bpmn:incoming>
<bpmn:outgoing>Flow_1g6g3ps</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="Activity_0uzwdcy" name="Select Color">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="VehicleColor-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="VehicleColor-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1g6g3ps</bpmn:incoming>
<bpmn:outgoing>Flow_11vaebl</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_vbvohgh">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-358" y="112" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1bqwcft_di" bpmnElement="Event_1bqwcft">
<dc:Bounds x="52" y="112" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0wdr2cb_di" bpmnElement="Activity_1gh0345">
<dc:Bounds x="-270" y="90" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1uy5fpe_di" bpmnElement="Activity_0uzwdcy">
<dc:Bounds x="-110" y="90" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ggqane_di" bpmnElement="Flow_1ggqane">
<di:waypoint x="-322" y="130" />
<di:waypoint x="-270" y="130" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1g6g3ps_di" bpmnElement="Flow_1g6g3ps">
<di:waypoint x="-170" y="130" />
<di:waypoint x="-110" y="130" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11vaebl_di" bpmnElement="Flow_11vaebl">
<di:waypoint x="-10" y="130" />
<di:waypoint x="52" y="130" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -4,6 +4,6 @@
"exception_notification_addresses": [], "exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault", "fault_or_suspend_on_exception": "fault",
"metadata_extraction_paths": null, "metadata_extraction_paths": null,
"primary_file_name": null, "primary_file_name": "SelectVehicle.bpmn",
"primary_process_id": null "primary_process_id": "Process_vbvohgh"
} }