Trying to fix a few bad bpmn files.

This commit is contained in:
Dan 2022-11-15 12:31:54 -05:00
parent 18bbd0064e
commit 97880e7f9c
5 changed files with 6 additions and 8 deletions

View File

@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev"> <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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:collaboration id="Collaboration_04tabpt"> <bpmn:collaboration id="Collaboration_04tabpt" messages="[object Object],[object Object],[object Object]">
<bpmn:participant id="Participant_0n4mcc7" processRef="Proccess_y8suehd" /> <bpmn:participant id="Participant_0n4mcc7" processRef="Proccess_y8suehd" />
<bpmn:correlationKey name="CorrelationKey_Submit_Invoice">
<bpmn:correlationPropertyRef>CorrelationProperty_Submit_Invoice</bpmn:correlationPropertyRef>
</bpmn:correlationKey>
</bpmn:collaboration> </bpmn:collaboration>
<bpmn:process id="Proccess_y8suehd" isExecutable="true"> <bpmn:process id="Proccess_y8suehd" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" /> <bpmn:startEvent id="StartEvent_1" />
</bpmn:process> </bpmn:process>
<bpmn:correlationProperty id="CorrelationProperty_Submit_Invoice" name="Correlation Property: Submit Invoice" />
<bpmn:message id="Message_Submit_Invoice" name="Message: Submit Invoice" /> <bpmn:message id="Message_Submit_Invoice" name="Message: Submit Invoice" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> <bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_04tabpt"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_04tabpt">

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.4.2"> <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" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.4.2">
<bpmn:process id="Proccess_tlws0al" isExecutable="true"> <bpmn:process id="Proccess_submit_invoice_1" isExecutable="true">
<bpmn:userTask id="Activity_0yes9h3" name="Submit Invoice"> <bpmn:userTask id="Activity_0yes9h3" name="Submit Invoice">
<bpmn:extensionElements> <bpmn:extensionElements>
<spiffworkflow:properties> <spiffworkflow:properties>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?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: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="Proccess_hez78l3" name="PDF To AWS" isExecutable="true"> <bpmn:process id="Proccess_Pdf_To_AWS" name="PDF To AWS" isExecutable="true">
<bpmn:startEvent id="StartEvent_1"> <bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0zgq59w</bpmn:outgoing> <bpmn:outgoing>Flow_0zgq59w</bpmn:outgoing>
</bpmn:startEvent> </bpmn:startEvent>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?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: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="Bamboo_Conversion" name="Bamboo Conversion" isExecutable="true"> <bpmn:process id="Bamboo_Conversion_Bpmn" name="Bamboo Conversion" isExecutable="true">
<bpmn:startEvent id="StartEvent_1"> <bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0ki5hm6</bpmn:outgoing> <bpmn:outgoing>Flow_0ki5hm6</bpmn:outgoing>
</bpmn:startEvent> </bpmn:startEvent>

View File

@ -7,6 +7,8 @@
<bpmn:messageFlow id="Flow_174czsq" sourceRef="Event_07x1aic" targetRef="Activity_1n81fzu" /> <bpmn:messageFlow id="Flow_174czsq" sourceRef="Event_07x1aic" targetRef="Activity_1n81fzu" />
<bpmn:group id="Group_16y11uc" /> <bpmn:group id="Group_16y11uc" />
</bpmn:collaboration> </bpmn:collaboration>
<bpmn:messsage id="MessageEventDefinition_0bjhnrj" name="message 1"/>
<bpmn:messsage id="MessageEventDefinition_1gr0sc6" name="message 2">
<bpmn:process id="Process_test_b10_all_elements_B_1_0_bd2e724" isExecutable="true"> <bpmn:process id="Process_test_b10_all_elements_B_1_0_bd2e724" isExecutable="true">
<bpmn:dataStoreReference id="DataStoreReference_0dvftcm" name="Data Store Reference" /> <bpmn:dataStoreReference id="DataStoreReference_0dvftcm" name="Data Store Reference" />
<bpmn:startEvent id="StartEvent_1"> <bpmn:startEvent id="StartEvent_1">