From 55af32b3499f6a576e438535ccc306086bdc1c05 Mon Sep 17 00:00:00 2001 From: Ralph Soika <ralph.soika@imixs.com> Date: Wed, 15 Feb 2023 16:58:55 +0100 Subject: [PATCH] added test models --- .../posteingang-de-1.0.0-test-ki.bpmn | 897 ++++++++++++++++++ .../workspace/test-condition.bpmn | 115 ++- .../workspace/test-condition2.bpmn | 40 + 3 files changed, 1049 insertions(+), 3 deletions(-) create mode 100644 open-bpmn.glsp-client/workspace/posteingang-de-1.0.0-test-ki.bpmn create mode 100644 open-bpmn.glsp-client/workspace/test-condition2.bpmn diff --git a/open-bpmn.glsp-client/workspace/posteingang-de-1.0.0-test-ki.bpmn b/open-bpmn.glsp-client/workspace/posteingang-de-1.0.0-test-ki.bpmn new file mode 100644 index 00000000..43a1b454 --- /dev/null +++ b/open-bpmn.glsp-client/workspace/posteingang-de-1.0.0-test-ki.bpmn @@ -0,0 +1,897 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- origin at X=0.0 Y=0.0 --> +<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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:imixs="http://www.imixs.org/bpmn2" xmlns:tl="http://www.w3.org/2001/XMLSchema" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.4.RC1-v20220528-0836-B1" targetNamespace="http://www.imixs.org/bpmn2"> + <bpmn2:extensionElements> + <imixs:item name="txtfieldmapping" type="xs:string"> + <imixs:value><![CDATA[Ersteller | namCreator]]></imixs:value> + <imixs:value><![CDATA[Aktueller Bearbeiter | namCurrentEditor]]></imixs:value> + <imixs:value><![CDATA[Eigentümer | namowner]]></imixs:value> + <imixs:value><![CDATA[Prozess-Verantwortliche| namprocessmanager]]></imixs:value> + <imixs:value><![CDATA[Prozess-Team | namprocessteam]]></imixs:value> + <imixs:value><![CDATA[Prozess-Assistenz | namprocessassist]]></imixs:value> + <imixs:value><![CDATA[Bereichs-Verantwortliche | namspacemanager]]></imixs:value> + <imixs:value><![CDATA[Bereichs-Team | namspaceteam]]></imixs:value> + <imixs:value><![CDATA[Bereichs-Assistenz | namspaceassist]]></imixs:value> + <imixs:value><![CDATA[Verantwortlich | namteam]]></imixs:value> + </imixs:item> + <imixs:item name="txttimefieldmapping" type="xs:string"> + <imixs:value><![CDATA[Vertragsbeginn | contract.start]]></imixs:value> + <imixs:value><![CDATA[Vertragsende | contract.end]]></imixs:value> + </imixs:item> + <imixs:item name="txtplugins" type="xs:string"> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.ResultPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.RulePlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.marty.profile.ProfilePlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.marty.plugins.CommentPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.marty.plugins.SequenceNumberPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.marty.team.TeamPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.marty.profile.DeputyPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.OwnerPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.HistoryPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.LogPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.ApplicationPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.workflow.engine.plugins.SplitAndJoinPlugin]]></imixs:value> + <imixs:value><![CDATA[org.imixs.marty.profile.MailPlugin]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowmodelversion" type="xs:string"> + <imixs:value><![CDATA[posteingang-de-1.0]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:signal id="Signal_1" name="org.imixs.archive.documents.OCRDocumentAdapter"/> + <bpmn2:signal id="Signal_2" name="org.imixs.ml.workflow.MLAdapter"/> + <bpmn2:signal id="Signal_3" name="com.alexanderlogistics.XMLPDFAdapter"/> + <bpmn2:collaboration id="Collaboration_1" name="Default Collaboration"> + <bpmn2:participant id="Participant_1" name="Posteingang" processRef="Process_1"/> + <bpmn2:textAnnotation id="TextAnnotation_1"> + <bpmn2:text>For the OCR Adapter the following minimal options should be set: + + * X-Tika-PDFocrStrategy=OCR_AND_TEXT_EXTRACTION + * X-Tika-OCRLanguage=eng+deu + +These options allow OCR and text extraction suporting English and German language. + +Additional Tika Options can be set but are NOT needed in most cases: + + * X-Tika-PDFOcrImageType=RGB (setting the RGB color mode) + * X-Tika-PDFOcrDPI=400 (setting DPI) + +Setting the OcrDPI is only recommended if the DPI is know! + +Possible ImageTypes are: + + * ARGB Alpha, Red, Green, Blue + * BINARY Black or white. + * GRAY Shades of gray + * RGB Red, Green, Blue +</bpmn2:text> + </bpmn2:textAnnotation> + </bpmn2:collaboration> + <bpmn2:process id="Process_1" name="Posteingang" definitionalCollaborationRef="Collaboration_1" isExecutable="false"> + <bpmn2:laneSet id="LaneSet_1" name="Lane Set 1"> + <bpmn2:lane id="Lane_2" name="Empfang"> + <bpmn2:flowNodeRef>Task_4</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>ExclusiveGateway_2</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>Task_1</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>ExclusiveGateway_1</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>StartEvent_1</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>EndEvent_1</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_2</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>Task_2</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_3</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_4</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_5</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>BoundaryEvent_1</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_6</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_1</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>Task_3</bpmn2:flowNodeRef> + <bpmn2:flowNodeRef>IntermediateCatchEvent_7</bpmn2:flowNodeRef> + </bpmn2:lane> + </bpmn2:laneSet> + <bpmn2:task id="Task_1" imixs:processid="100" name="Erfassung"> + <bpmn2:extensionElements> + <imixs:item name="txteditorid" type="xs:string"> + <imixs:value><![CDATA[form_basic]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowabstract" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Rechnung erhalten]]></imixs:value> + </imixs:item> + <imixs:item name="txtimageurl" type="xs:string"> + <imixs:value><![CDATA[typcn-contacts]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowsummary" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>true</imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"/> + <imixs:item name="keyaddwritefields" type="xs:string"/> + <imixs:item name="txttype" type="xs:string"> + <imixs:value><![CDATA[workitem]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_3"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:exclusiveGateway id="ExclusiveGateway_1" gatewayDirection="Diverging"> + <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" imixs:activityid="20" name="Rechnungseingang"> + <bpmn2:extensionElements> + <imixs:item name="keylogtimeformat" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keyarchive" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="txtmailsubject" type="xs:string"> + <imixs:value><![CDATA[Eingangsrechnung erhalten: <itemvalue>_subject</itemvalue>]]></imixs:value> + </imixs:item> + <imixs:item name="keyaccessmode" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledactivity" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="rtfmailbody" type="xs:string"> + <imixs:value><![CDATA[Wir haben folgende Rechnung erhalten: bitte freigeben. + +Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</itemvalue>) +<itemvalue>_description</itemvalue>]]></imixs:value> + </imixs:item> + <imixs:item name="keymailreceiverfields" type="xs:string"/> + <imixs:item name="keyversion" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyaddwritefields" type="xs:string"/> + <imixs:item name="numnextactivityid" type="xs:int"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyfollowup" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keypublicresult" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="keylogdateformat" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"/> + <imixs:item name="numnextid" type="xs:int"> + <imixs:value><![CDATA[5005]]></imixs:value> + </imixs:item> + <imixs:item name="txtnextprocesstree" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtactivityresult" type="xs:string"> + <imixs:value><![CDATA[<item name="action">home</item> +<item name="process">Posteingang</item>]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Freigabe einholen]]></imixs:value> + </imixs:item> + <imixs:item name="keyownershipmode" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="rtfresultlog" type="xs:string"> + <imixs:value><![CDATA[Rechnungsimport]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>false</imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_6"><![CDATA[Digitalisierung einer neuen Eingangsrechnung]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_1" sourceRef="ExclusiveGateway_1" targetRef="IntermediateCatchEvent_2"/> + <bpmn2:sequenceFlow id="SequenceFlow_3" sourceRef="Task_1" targetRef="ExclusiveGateway_1"/> + <bpmn2:startEvent id="StartEvent_1" name="Start"> + <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> + </bpmn2:startEvent> + <bpmn2:task id="Task_2" imixs:processid="101" name="Rechnung Analyse"> + <bpmn2:extensionElements> + <imixs:item name="txteditorid" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowabstract" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Rechnung erhalten]]></imixs:value> + </imixs:item> + <imixs:item name="txtimageurl" type="xs:string"> + <imixs:value><![CDATA[typcn-download]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowsummary" type="xs:string"> + <imixs:value><![CDATA[in Verarbeitung...]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>true</imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"/> + <imixs:item name="keyaddwritefields" type="xs:string"/> + <imixs:item name="txttype" type="xs:string"> + <imixs:value><![CDATA[workitem]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_13"><![CDATA[<h3>Rechnungseingangskontrolle</h3> +<p>Der Workflow 'Rechnungseingang' beschreibt beispielhaft einen Ablauf zur Prüfung von Eingangsrechnungen.<p> + +<ul> + <li>Nach Erhalt einer Rechnung (z.B. Post, E-Mail, Fax,...) wird diese in das Workflowsystem übertragen und der Prozess Rechnungseingang gestartet.</li> + + <li>Die Rechnung wird wahlweise eingescannt und über den Abschnitt 'Dokumente' an den Vorgang hinzugefügt.</li> + + <li>In diesem Beispiel wird die Rechnung einem zuvor ausgewählten Mitarbeiter zur Prüfung vorgelegt.</li> + + <li>Nach positiver Prüfung werden die Rechnungsdaten (Zahlungsziel, Bankverbindung) vom Controlling im System erfasst und auf das Zahlungsziel gewartet.</li> + + <li>Nach Erreichen des Zahlungsziels wird der Vorgang automatisch dem Controlling erneut zur abschließenden Bearbeitung vorgelegt.</li> + +</ul> +<h3>Der Workflow</h3> + +<p>Eingangsrechnungen können über eine E-Mailschnittstelle oder das Filesystem automatisch eingelesen werden. Eine Eingangsrechnung wird in diesem Beispiel vom zugewiesenen Mitarbeiter sowie den Prozessverantworltichen (Controlling) bearbeitet. </p>]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:sequenceFlow id="SequenceFlow_4" sourceRef="IntermediateCatchEvent_2" targetRef="Task_2"/> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" imixs:activityid="10" name="OCR"> + <bpmn2:extensionElements> + <imixs:item name="keylogtimeformat" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keyarchive" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="txtmailsubject" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyaccessmode" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledactivity" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="rtfmailbody" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyversion" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyaddwritefields" type="xs:string"> + <imixs:value><![CDATA[namCreator]]></imixs:value> + <imixs:value><![CDATA[namCurrentEditor]]></imixs:value> + <imixs:value><![CDATA[namprocessmanager]]></imixs:value> + <imixs:value><![CDATA[namprocessteam]]></imixs:value> + </imixs:item> + <imixs:item name="numnextactivityid" type="xs:int"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyfollowup" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keypublicresult" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="keylogdateformat" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"> + <imixs:value><![CDATA[namCurrentEditor]]></imixs:value> + <imixs:value><![CDATA[namCreator]]></imixs:value> + </imixs:item> + <imixs:item name="numnextid" type="xs:int"> + <imixs:value><![CDATA[5000]]></imixs:value> + </imixs:item> + <imixs:item name="txtnextprocesstree" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtactivityresult" type="xs:string"> + <imixs:value><![CDATA[<item name="comment" ignore="true"/> +<tika name="options">X-Tika-OCRLanguage=eng+deu</tika> +<!-- <tika name="options">X-XXXXTika-PDFocrStrategy=ocr_only</tika> --> +<tika name="filepattern">(PDF|pdf)$</tika> +<tika name="maxpdfpages">10</tika> +]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Speichern]]></imixs:value> + </imixs:item> + <imixs:item name="keyownershipmode" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="rtfresultlog" type="xs:string"> + <imixs:value><![CDATA[OCR Processing]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>false</imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_4"><![CDATA[Zwischenspeichern]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> + <bpmn2:dataOutput id="DataOutput_1" name="Signal_1_Output"/> + <bpmn2:dataOutputAssociation id="DataOutputAssociation_1"> + <bpmn2:sourceRef>DataOutput_1</bpmn2:sourceRef> + </bpmn2:dataOutputAssociation> + <bpmn2:outputSet id="OutputSet_1" name="Output Set 1"> + <bpmn2:dataOutputRefs>DataOutput_1</bpmn2:dataOutputRefs> + </bpmn2:outputSet> + <bpmn2:signalEventDefinition id="SignalEventDefinition_1" signalRef="Signal_1"/> + </bpmn2:intermediateCatchEvent> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_4" imixs:activityid="20" name="Imixs-ML Invoice"> + <bpmn2:extensionElements> + <imixs:item name="keylogtimeformat" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keyarchive" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="txtmailsubject" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyaccessmode" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledactivity" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="rtfmailbody" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyversion" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyaddwritefields" type="xs:string"> + <imixs:value><![CDATA[namCreator]]></imixs:value> + <imixs:value><![CDATA[namCurrentEditor]]></imixs:value> + <imixs:value><![CDATA[namprocessmanager]]></imixs:value> + <imixs:value><![CDATA[namprocessteam]]></imixs:value> + </imixs:item> + <imixs:item name="numnextactivityid" type="xs:int"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyfollowup" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keypublicresult" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="keylogdateformat" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"> + <imixs:value><![CDATA[namCurrentEditor]]></imixs:value> + <imixs:value><![CDATA[namCreator]]></imixs:value> + </imixs:item> + <imixs:item name="numnextid" type="xs:int"> + <imixs:value><![CDATA[5000]]></imixs:value> + </imixs:item> + <imixs:item name="txtnextprocesstree" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtactivityresult" type="xs:string"> + <imixs:value><![CDATA[<ml-config name="model">invoice-de-0.2.0</ml-config> +<ml-config name="options">min_losses=0.1&retrain_rate=25</ml-config> +<ml-config name="filename.pattern">((PDF|pdf)$)</ml-config> +<ml-config name="entity"> + <name>_amount_brutto</name> + <type>currency</type> +</ml-config> +<ml-config name="entity"> + <name>_invoicenumber</name> + <type>text</type> +</ml-config> +<ml-config name="entity"> + <name>_invoicedate</name> + <type>date</type> +</ml-config> +<ml-config name="entity"> + <name>_kreditor</name> + <type>text</type> +</ml-config> +<ml-config name="entity"> + <name>_cdtr_iban</name> + <type>text</type> +</ml-config> +<ml-config name="entity"> + <name>_cdtr_bic</name> + <type>text</type> +</ml-config> + + +<ml-config name="regex"> + <name>_invoicedate</name> + <type>text</type> + <pattern>(3[01]|[12][0-9]|0?[1-9])\.(1[012]|0?[1-9])\.(((?:19|20)\d{2})|\d{2})</pattern> +</ml-config> +<ml-config name="regex"> + <name>_cdtr_iban</name> + <type>text</type> + <pattern>[A-Z]{2}\d{2} ?\d{4} ?\d{4} ?\d{4} ?\d{4} ?[\d]{0,2}</pattern> +</ml-config> +<ml-config name="regex"> + <name>_cdtr_bic</name> + <type>text</type> + <pattern>[A-Z0-9]{4}[A-Z]{2}[A-Z0-9]{2}(?:[A-Z0-9]{3})?</pattern> +</ml-config> + + +]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Speichern]]></imixs:value> + </imixs:item> + <imixs:item name="keyownershipmode" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="rtfresultlog" type="xs:string"> + <imixs:value><![CDATA[ML Processing]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>false</imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_7"><![CDATA[Zwischenspeichern]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> + <bpmn2:dataOutput id="DataOutput_2" name="Signal_2_Output"/> + <bpmn2:dataOutputAssociation id="DataOutputAssociation_2"> + <bpmn2:sourceRef>DataOutput_2</bpmn2:sourceRef> + </bpmn2:dataOutputAssociation> + <bpmn2:outputSet id="OutputSet_2" name="Output Set 1"> + <bpmn2:dataOutputRefs>DataOutput_2</bpmn2:dataOutputRefs> + </bpmn2:outputSet> + <bpmn2:signalEventDefinition id="SignalEventDefinition_2" signalRef="Signal_2"/> + </bpmn2:intermediateCatchEvent> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_5" imixs:activityid="30" name="Start Rechnungseingang"> + <bpmn2:extensionElements> + <imixs:item name="rtfresultlog" type="CDATA"> + <imixs:value><![CDATA[Rechnungseingang gestartet]]></imixs:value> + </imixs:item> + <imixs:item name="txtactivityresult" type="CDATA"> + <imixs:value><![CDATA[<model> + <version>rechnungseingang-3.0</version> + <task>5000</task> + <event>990</event> + </model>]]></imixs:value> + </imixs:item> + <imixs:item name="keypublicresult" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> + <bpmn2:linkEventDefinition id="LinkEventDefinition_1" name="Link Event Definition 9"/> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_6" sourceRef="IntermediateCatchEvent_3" targetRef="IntermediateCatchEvent_4"/> + <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="IntermediateCatchEvent_4" targetRef="IntermediateCatchEvent_5"/> + <bpmn2:sequenceFlow id="SequenceFlow_9" sourceRef="Task_2" targetRef="IntermediateCatchEvent_3"/> + <bpmn2:task id="Task_4" imixs:processid="190" name="Abgeschlossen"> + <bpmn2:extensionElements> + <imixs:item name="txteditorid" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowabstract" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Rechnung erhalten]]></imixs:value> + </imixs:item> + <imixs:item name="txtimageurl" type="xs:string"> + <imixs:value><![CDATA[typcn-contacts|typcn-times,imixs-error,icon-sub-ne]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowsummary" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>true</imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"/> + <imixs:item name="keyaddwritefields" type="xs:string"> + <imixs:value><![CDATA[namCreator]]></imixs:value> + <imixs:value><![CDATA[namprocessmanager]]></imixs:value> + <imixs:value><![CDATA[namprocessteam]]></imixs:value> + <imixs:value><![CDATA[namspacemanager]]></imixs:value> + <imixs:value><![CDATA[namspaceteam]]></imixs:value> + </imixs:item> + <imixs:item name="txttype" type="xs:string"> + <imixs:value><![CDATA[workitemarchive]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_17"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:exclusiveGateway id="ExclusiveGateway_2" gatewayDirection="Converging"> + <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:sequenceFlow id="SequenceFlow_10" sourceRef="IntermediateCatchEvent_5" targetRef="ExclusiveGateway_2"/> + <bpmn2:sequenceFlow id="SequenceFlow_11" sourceRef="ExclusiveGateway_2" targetRef="Task_4"/> + <bpmn2:endEvent id="EndEvent_1" name="End"> + <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> + </bpmn2:endEvent> + <bpmn2:sequenceFlow id="SequenceFlow_12" sourceRef="Task_4" targetRef="EndEvent_1"/> + <bpmn2:sequenceFlow id="SequenceFlow_13" sourceRef="StartEvent_1" targetRef="Task_1"/> + <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="Task_2"> + <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> + <bpmn2:timerEventDefinition id="TimerEventDefinition_1"/> + </bpmn2:boundaryEvent> + <bpmn2:sequenceFlow id="SequenceFlow_2" sourceRef="BoundaryEvent_1" targetRef="IntermediateCatchEvent_3"/> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" imixs:activityid="40" name="[timeout 90m]"> + <bpmn2:extensionElements> + <imixs:item name="keypublicresult" type="xs:string"> + <imixs:value><![CDATA[0]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledbaseobject" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledactivity" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="numactivitydelay" type="xs:string"> + <imixs:value><![CDATA[90]]></imixs:value> + </imixs:item> + <imixs:item name="keyactivitydelayunit" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="rtfresultlog" type="CDATA"> + <imixs:value><![CDATA[OCR scan restarted after timeout]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_11"><![CDATA[If tika call failed for some reason]]></bpmn2:documentation> + <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> + <bpmn2:timerEventDefinition id="TimerEventDefinition_2"/> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_5" sourceRef="IntermediateCatchEvent_1" targetRef="Task_2"/> + <bpmn2:task id="Task_3" imixs:processid="290" name="Abgebrochen"> + <bpmn2:extensionElements> + <imixs:item name="txteditorid" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowabstract" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="txtname" type="xs:string"> + <imixs:value><![CDATA[Rechnung erhalten]]></imixs:value> + </imixs:item> + <imixs:item name="txtimageurl" type="xs:string"> + <imixs:value><![CDATA[typcn-contacts|typcn-times,imixs-error,icon-sub-ne]]></imixs:value> + </imixs:item> + <imixs:item name="txtworkflowsummary" type="xs:string"> + <imixs:value><![CDATA[]]></imixs:value> + </imixs:item> + <imixs:item name="keyupdateacl" type="xs:boolean"> + <imixs:value>true</imixs:value> + </imixs:item> + <imixs:item name="keyownershipfields" type="xs:string"/> + <imixs:item name="keyaddwritefields" type="xs:string"> + <imixs:value><![CDATA[namCreator]]></imixs:value> + <imixs:value><![CDATA[namprocessmanager]]></imixs:value> + <imixs:value><![CDATA[namprocessteam]]></imixs:value> + <imixs:value><![CDATA[namspacemanager]]></imixs:value> + <imixs:value><![CDATA[namspaceteam]]></imixs:value> + </imixs:item> + <imixs:item name="txttype" type="xs:string"> + <imixs:value><![CDATA[workitemarchive]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_8"><![CDATA[<textblock><itemvalue>$workflowgroup</itemvalue> - <itemvalue>$workflowstatus</itemvalue></textblock>]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_6" imixs:activityid="90" name="Abbrechen"> + <bpmn2:extensionElements> + <imixs:item name="rtfresultlog" type="CDATA"> + <imixs:value><![CDATA[Vorgang manuell abgebrochen.]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:documentation id="Documentation_14"><![CDATA[Vorgang abbrechen]]></bpmn2:documentation> + <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_8" sourceRef="Task_2" targetRef="IntermediateCatchEvent_6"/> + <bpmn2:sequenceFlow id="SequenceFlow_14" sourceRef="IntermediateCatchEvent_6" targetRef="Task_3"/> + <bpmn2:sequenceFlow id="SequenceFlow_15" sourceRef="Task_3" targetRef="EndEvent_1"/> + <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_7" imixs:activityid="41" name="[Skip OCR after 3h]"> + <bpmn2:extensionElements> + <imixs:item name="rtfresultlog" type="CDATA"> + <imixs:value><![CDATA[OCR failed]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledbaseobject" type="xs:string"> + <imixs:value><![CDATA[3]]></imixs:value> + </imixs:item> + <imixs:item name="numactivitydelay" type="xs:string"> + <imixs:value><![CDATA[3]]></imixs:value> + </imixs:item> + <imixs:item name="keyscheduledactivity" type="xs:string"> + <imixs:value><![CDATA[1]]></imixs:value> + </imixs:item> + <imixs:item name="keyactivitydelayunit" type="xs:string"> + <imixs:value><![CDATA[2]]></imixs:value> + </imixs:item> + </bpmn2:extensionElements> + <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> + <bpmn2:timerEventDefinition id="TimerEventDefinition_3"/> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_16" sourceRef="Task_2" targetRef="IntermediateCatchEvent_7"/> + <bpmn2:sequenceFlow id="SequenceFlow_17" sourceRef="IntermediateCatchEvent_7" targetRef="IntermediateCatchEvent_5"/> + <bpmn2:textAnnotation id="TextAnnotation_2"> + <bpmn2:text>min_losses = 1.0 - 22.12.2021 geändert auf 0.001 +retrain_rate=25 +filename.pattern = (PDF|pdf)$</bpmn2:text> + </bpmn2:textAnnotation> + <bpmn2:association id="Association_1" sourceRef="TextAnnotation_2" targetRef="IntermediateCatchEvent_4"/> + <bpmn2:textAnnotation id="TextAnnotation_3"> + <bpmn2:text>scann pdf files only (PDF|pdf)$ + +X-Tika-PDFocrStrategy=OCR_ONLY + +Max 10 PDF Pages will be scanned</bpmn2:text> + </bpmn2:textAnnotation> + <bpmn2:association id="Association_2" sourceRef="TextAnnotation_3" targetRef="IntermediateCatchEvent_3"/> + </bpmn2:process> + <bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default Collaboration Diagram"> + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1"> + <bpmndi:BPMNShape id="BPMNShape_1" bpmnElement="Participant_1" isHorizontal="true"> + <dc:Bounds height="451.0" width="1281.0" x="100.0" y="100.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_1" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="69.0" width="14.0" x="106.0" y="291.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_Lane_2" bpmnElement="Lane_2" isHorizontal="true"> + <dc:Bounds height="451.0" width="1251.0" x="130.0" y="100.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_7" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="49.0" width="14.0" x="136.0" y="301.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_Task_7"> + <dc:Bounds height="50.0" width="110.0" x="0.0" y="0.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_4"> + <dc:Bounds height="14.0" width="103.0" x="3.0" y="18.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_Task_1" bpmnElement="Task_1"> + <dc:Bounds height="50.0" width="110.0" x="241.0" y="296.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_2" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="55.0" x="268.0" y="314.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_1" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> + <dc:Bounds height="50.0" width="50.0" x="401.0" y="296.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_3" labelStyle="BPMNLabelStyle_1"/> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_2" bpmnElement="IntermediateCatchEvent_2"> + <dc:Bounds height="36.0" width="36.0" x="484.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_5" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="28.0" width="108.0" x="448.0" y="339.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_StartEvent_1" bpmnElement="StartEvent_1"> + <dc:Bounds height="36.0" width="36.0" x="170.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_9" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="25.0" x="175.0" y="339.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_Task_2" bpmnElement="Task_2"> + <dc:Bounds height="50.0" width="112.0" x="570.0" y="296.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_10" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="103.0" x="574.0" y="314.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_3" bpmnElement="IntermediateCatchEvent_3"> + <dc:Bounds height="36.0" width="36.0" x="715.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_14" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="27.0" x="719.0" y="339.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_4" bpmnElement="IntermediateCatchEvent_4"> + <dc:Bounds height="36.0" width="36.0" x="785.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_15" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="28.0" width="57.0" x="775.0" y="339.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_5" bpmnElement="IntermediateCatchEvent_5"> + <dc:Bounds height="36.0" width="36.0" x="884.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_16" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="42.0" width="108.0" x="848.0" y="339.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_Task_4" bpmnElement="Task_4"> + <dc:Bounds height="50.0" width="110.0" x="1088.0" y="296.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_22" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="84.0" x="1101.0" y="314.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_2" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true"> + <dc:Bounds height="50.0" width="50.0" x="986.0" y="296.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_23" labelStyle="BPMNLabelStyle_1"/> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_EndEvent_1" bpmnElement="EndEvent_1"> + <dc:Bounds height="36.0" width="36.0" x="1238.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_26" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="22.0" x="1245.0" y="339.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_TextAnnotation_1" bpmnElement="TextAnnotation_1"> + <dc:Bounds height="321.0" width="541.0" x="440.0" y="600.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_53"> + <dc:Bounds height="315.0" width="529.0" x="446.0" y="600.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_TextAnnotation_2" bpmnElement="TextAnnotation_2"> + <dc:Bounds height="50.0" width="320.0" x="831.0" y="200.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_13"> + <dc:Bounds height="44.0" width="308.0" x="837.0" y="200.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_1" bpmnElement="IntermediateCatchEvent_1"> + <dc:Bounds height="36.0" width="36.0" x="560.0" y="405.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_29" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="73.0" x="542.0" y="441.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_BoundaryEvent_1" bpmnElement="BoundaryEvent_1"> + <dc:Bounds height="36.0" width="36.0" x="608.0" y="279.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_11" labelStyle="BPMNLabelStyle_1"/> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_Task_3" bpmnElement="Task_3"> + <dc:Bounds height="50.0" width="110.0" x="1088.0" y="395.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_31" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="74.0" x="1106.0" y="413.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_6" bpmnElement="IntermediateCatchEvent_6"> + <dc:Bounds height="36.0" width="36.0" x="772.0" y="402.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_32" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="14.0" width="60.0" x="760.0" y="438.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_TextAnnotation_3" bpmnElement="TextAnnotation_3"> + <dc:Bounds height="101.0" width="257.0" x="420.0" y="120.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_36"> + <dc:Bounds height="95.0" width="245.0" x="426.0" y="120.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_7" bpmnElement="IntermediateCatchEvent_7"> + <dc:Bounds height="36.0" width="36.0" x="650.0" y="481.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_38" labelStyle="BPMNLabelStyle_1"> + <dc:Bounds height="28.0" width="66.0" x="635.0" y="517.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="BPMNShape_ExclusiveGateway_1" targetElement="BPMNShape_IntermediateCatchEvent_2"> + <di:waypoint xsi:type="dc:Point" x="451.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="467.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="484.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_6"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="BPMNShape_Task_1" targetElement="BPMNShape_ExclusiveGateway_1"> + <di:waypoint xsi:type="dc:Point" x="351.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="376.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="401.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_8"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="BPMNShape_IntermediateCatchEvent_2" targetElement="BPMNShape_Task_2"> + <di:waypoint xsi:type="dc:Point" x="520.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="545.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="570.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_12"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="BPMNShape_IntermediateCatchEvent_3" targetElement="BPMNShape_IntermediateCatchEvent_4"> + <di:waypoint xsi:type="dc:Point" x="751.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="768.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="785.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_17"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="BPMNShape_IntermediateCatchEvent_4" targetElement="BPMNShape_IntermediateCatchEvent_5"> + <di:waypoint xsi:type="dc:Point" x="821.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="852.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="884.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_18"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_IntermediateCatchEvent_3"> + <di:waypoint xsi:type="dc:Point" x="682.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="698.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="715.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_21"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="BPMNShape_IntermediateCatchEvent_5" targetElement="BPMNShape_ExclusiveGateway_2"> + <di:waypoint xsi:type="dc:Point" x="920.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="953.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="986.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_24"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="BPMNShape_ExclusiveGateway_2" targetElement="BPMNShape_Task_4"> + <di:waypoint xsi:type="dc:Point" x="1036.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="1062.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="1088.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_25"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="BPMNShape_Task_4" targetElement="BPMNShape_EndEvent_1"> + <di:waypoint xsi:type="dc:Point" x="1198.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="1218.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="1238.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_27"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_Task_1"> + <di:waypoint xsi:type="dc:Point" x="206.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="223.0" y="321.0"/> + <di:waypoint xsi:type="dc:Point" x="241.0" y="321.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_28"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="BPMNShape_BoundaryEvent_1" targetElement="BPMNShape_IntermediateCatchEvent_3"> + <di:waypoint xsi:type="dc:Point" x="626.0" y="279.0"/> + <di:waypoint xsi:type="dc:Point" x="626.0" y="269.0"/> + <di:waypoint xsi:type="dc:Point" x="733.0" y="269.0"/> + <di:waypoint xsi:type="dc:Point" x="733.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_20"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_Association_1" bpmnElement="Association_1" sourceElement="BPMNShape_TextAnnotation_2" targetElement="BPMNShape_IntermediateCatchEvent_4"> + <di:waypoint xsi:type="dc:Point" x="831.0" y="225.0"/> + <di:waypoint xsi:type="dc:Point" x="803.0" y="225.0"/> + <di:waypoint xsi:type="dc:Point" x="803.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_19"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="BPMNShape_IntermediateCatchEvent_1" targetElement="BPMNShape_Task_2"> + <di:waypoint xsi:type="dc:Point" x="596.0" y="423.0"/> + <di:waypoint xsi:type="dc:Point" x="607.0" y="423.0"/> + <di:waypoint xsi:type="dc:Point" x="607.0" y="346.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_30"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_IntermediateCatchEvent_6"> + <di:waypoint xsi:type="dc:Point" x="644.0" y="346.0"/> + <di:waypoint xsi:type="dc:Point" x="644.0" y="420.0"/> + <di:waypoint xsi:type="dc:Point" x="772.0" y="420.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_33"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="BPMNShape_IntermediateCatchEvent_6" targetElement="BPMNShape_Task_3"> + <di:waypoint xsi:type="dc:Point" x="808.0" y="420.0"/> + <di:waypoint xsi:type="dc:Point" x="948.0" y="420.0"/> + <di:waypoint xsi:type="dc:Point" x="1088.0" y="420.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_34"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="BPMNShape_Task_3" targetElement="BPMNShape_EndEvent_1"> + <di:waypoint xsi:type="dc:Point" x="1198.0" y="420.0"/> + <di:waypoint xsi:type="dc:Point" x="1256.0" y="420.0"/> + <di:waypoint xsi:type="dc:Point" x="1256.0" y="339.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_35"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_Association_2" bpmnElement="Association_2" sourceElement="BPMNShape_TextAnnotation_3" targetElement="BPMNShape_IntermediateCatchEvent_3"> + <di:waypoint xsi:type="dc:Point" x="677.0" y="170.0"/> + <di:waypoint xsi:type="dc:Point" x="733.0" y="170.0"/> + <di:waypoint xsi:type="dc:Point" x="733.0" y="303.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_37"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="BPMNShape_Task_2" targetElement="BPMNShape_IntermediateCatchEvent_7"> + <di:waypoint xsi:type="dc:Point" x="626.0" y="346.0"/> + <di:waypoint xsi:type="dc:Point" x="626.0" y="499.0"/> + <di:waypoint xsi:type="dc:Point" x="650.0" y="499.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_39"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="BPMNShape_IntermediateCatchEvent_7" targetElement="BPMNShape_IntermediateCatchEvent_5"> + <di:waypoint xsi:type="dc:Point" x="686.0" y="499.0"/> + <di:waypoint xsi:type="dc:Point" x="902.0" y="499.0"/> + <di:waypoint xsi:type="dc:Point" x="902.0" y="339.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_40"/> + </bpmndi:BPMNEdge> + </bpmndi:BPMNPlane> + <bpmndi:BPMNLabelStyle id="BPMNLabelStyle_1"> + <dc:Font name="arial" size="9.0"/> + </bpmndi:BPMNLabelStyle> + </bpmndi:BPMNDiagram> +</bpmn2:definitions> \ No newline at end of file diff --git a/open-bpmn.glsp-client/workspace/test-condition.bpmn b/open-bpmn.glsp-client/workspace/test-condition.bpmn index 88d7c113..4c1896c6 100644 --- a/open-bpmn.glsp-client/workspace/test-condition.bpmn +++ b/open-bpmn.glsp-client/workspace/test-condition.bpmn @@ -4,17 +4,126 @@ <bpmn2:documentation id="documentation_G4Wx0Q"/> <bpmn2:intermediateCatchEvent id="event_3cX4lQ" name="Event-1"> <bpmn2:documentation id="documentation_izhKjA"/> - <bpmn2:conditionalEventDefinition expression=" <bpmndi:BPMNShape bpmnElement="event_3cX4lQ" id="BPMNShape_z0fRjw"> <dc:Bounds height="36.0" width="36.0" x="129.0" y="45.0"/> <bpmndi:BPMNLabel id="BPMNLabel_OzsGYQ"> <dc:Bounds height="24.0" width="100.0" x="97.0" y="81.0"/> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> Cool" id="conditionalEventDefinition_0l1E2g" language="javaaaaaaa"/> + <bpmn2:incoming>SequenceFlow_I43D0g</bpmn2:incoming> </bpmn2:intermediateCatchEvent> + <bpmn2:startEvent id="event_J40Y8w" name="Event-2"> + <bpmn2:documentation id="documentation_1utFUA"/> + <bpmn2:outgoing>SequenceFlow_yOTKsQ</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_0VprFQ</bpmn2:outgoing> + </bpmn2:startEvent> + <bpmn2:exclusiveGateway default="SequenceFlow_XYc7OA" gatewayDirection="Diverging" id="gateway_1zTmAA" name="Gateway-1"> + <bpmn2:documentation id="documentation_hYx0rg"/> + <bpmn2:incoming>SequenceFlow_yOTKsQ</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_I43D0g</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_FvH7LA</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_XYc7OA</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:sequenceFlow id="SequenceFlow_yOTKsQ" name="" sourceRef="event_J40Y8w" targetRef="gateway_1zTmAA"> + <bpmn2:documentation id="documentation_tkKAEA"/> + <bpmn2:conditionExpression id="conditionExpression_b4prkA"/> + </bpmn2:sequenceFlow> + <bpmn2:sequenceFlow id="SequenceFlow_I43D0g" name="" sourceRef="gateway_1zTmAA" targetRef="event_3cX4lQ"> + <bpmn2:documentation id="documentation_eOr7sA"/> + + <bpmn2:conditionExpression id="FormalExpression_1PuBqg" xsi:type="bpmn2:tFormalExpression"><![CDATA[1==1]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> + <bpmn2:endEvent id="event_WnsvSg" name="Event-3"> + <bpmn2:documentation id="documentation_O8HcBg"/> + <bpmn2:incoming>SequenceFlow_FvH7LA</bpmn2:incoming> + </bpmn2:endEvent> + <bpmn2:sequenceFlow id="SequenceFlow_FvH7LA" name="s" sourceRef="gateway_1zTmAA" targetRef="event_WnsvSg"> + <bpmn2:documentation id="documentation_KPFASA"/> + <bpmn2:conditionExpression id="FormalExpression_E00juw" xsi:type="bpmn2:tFormalExpression"><![CDATA[asdasd]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> + <bpmn2:intermediateCatchEvent id="event_gkDiWA" name="Event-4"> + <bpmn2:documentation id="documentation_Maiz2A"/> + <bpmn2:incoming>SequenceFlow_XYc7OA</bpmn2:incoming> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_XYc7OA" name="" sourceRef="gateway_1zTmAA" targetRef="event_gkDiWA"> + <bpmn2:documentation id="documentation_bItblA"/> + + </bpmn2:sequenceFlow> + <bpmn2:intermediateCatchEvent id="event_O0ZW0w" name="Event-5"> + <bpmn2:documentation id="documentation_V1g6qg"/> + <bpmn2:incoming>SequenceFlow_0VprFQ</bpmn2:incoming> + </bpmn2:intermediateCatchEvent> + <bpmn2:sequenceFlow id="SequenceFlow_0VprFQ" name="" sourceRef="event_J40Y8w" targetRef="event_O0ZW0w"> + <bpmn2:documentation id="documentation_g9iwAQ"/> + <bpmn2:conditionExpression id="FormalExpression_lmBU7w" xsi:type="bpmn2:tFormalExpression"><![CDATA[ddd]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> </bpmn2:process> <bpmndi:BPMNDiagram id="BPMNDiagram_1" name="OpenBPMN Diagram"> <bpmndi:BPMNPlane bpmnElement="process_1" id="BPMNPlane_1"> <bpmndi:BPMNShape bpmnElement="event_3cX4lQ" id="BPMNShape_z0fRjw"> - <dc:Bounds height="36.0" width="36.0" x="129.0" y="45.0"/> + <dc:Bounds height="36.0" width="36.0" x="355.0" y="175.0"/> <bpmndi:BPMNLabel id="BPMNLabel_OzsGYQ"> - <dc:Bounds height="24.0" width="100.0" x="97.0" y="81.0"/> + <dc:Bounds height="24.0" width="100.0" x="323.0" y="211.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape bpmnElement="event_J40Y8w" id="BPMNShape_oMsdpw"> + <dc:Bounds height="36.0" width="36.0" x="73.0" y="76.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_YMk0kQ"> + <dc:Bounds height="16.0" width="100.0" x="41.0" y="112.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape bpmnElement="gateway_1zTmAA" id="BPMNShape_xdEQPw"> + <dc:Bounds height="50.0" width="50.0" x="190.0" y="69.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_nFxuZw"> + <dc:Bounds height="16.0" width="100.0" x="165.0" y="119.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge bpmnElement="SequenceFlow_yOTKsQ" id="BPMNEdge_X3Nbvg" sourceElement="BPMNShape_oMsdpw" targetElement="BPMNShape_xdEQPw"> + + + <di:waypoint x="109.0" y="94.0"/> + <di:waypoint x="190.0" y="94.0"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="SequenceFlow_I43D0g" id="BPMNEdge_Kyf5AQ" sourceElement="BPMNShape_xdEQPw" targetElement="BPMNShape_z0fRjw"> + + + + <di:waypoint x="213.0" y="117.0"/> + <di:waypoint x="213.0" y="193.0"/> + <di:waypoint x="355.0" y="193.0"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape bpmnElement="event_WnsvSg" id="BPMNShape_wnkCSQ"> + <dc:Bounds height="36.0" width="36.0" x="355.0" y="76.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_pfZXrg"> + <dc:Bounds height="16.0" width="100.0" x="323.0" y="112.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge bpmnElement="SequenceFlow_FvH7LA" id="BPMNEdge_0p8Psg" sourceElement="BPMNShape_xdEQPw" targetElement="BPMNShape_wnkCSQ"> + + + <di:waypoint x="240.0" y="94.0"/> + <di:waypoint x="355.0" y="94.0"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape bpmnElement="event_gkDiWA" id="BPMNShape_e008ow"> + <dc:Bounds height="36.0" width="36.0" x="355.0" y="-17.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_hTHLsg"> + <dc:Bounds height="16.0" width="100.0" x="323.0" y="19.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge bpmnElement="SequenceFlow_XYc7OA" id="BPMNEdge_QBAxbA" sourceElement="BPMNShape_xdEQPw" targetElement="BPMNShape_e008ow"> + + + + <di:waypoint x="215.5" y="69.5"/> + <di:waypoint x="215.5" y="1.0"/> + <di:waypoint x="355.0" y="1.0"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape bpmnElement="event_O0ZW0w" id="BPMNShape_HIWbAw"> + <dc:Bounds height="36.0" width="36.0" x="-86.0" y="76.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_xsHstQ"> + <dc:Bounds height="16.0" width="100.0" x="-118.0" y="112.0"/> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> + <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0VprFQ" id="BPMNEdge_SdYVsA" sourceElement="BPMNShape_oMsdpw" targetElement="BPMNShape_HIWbAw"> + + + <di:waypoint x="73.0" y="94.0"/> + <di:waypoint x="-50.0" y="94.0"/> + </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> </bpmndi:BPMNDiagram> </bpmn2:definitions> diff --git a/open-bpmn.glsp-client/workspace/test-condition2.bpmn b/open-bpmn.glsp-client/workspace/test-condition2.bpmn new file mode 100644 index 00000000..0b1f7c0a --- /dev/null +++ b/open-bpmn.glsp-client/workspace/test-condition2.bpmn @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<bpmn2:definitions xmlns:bpmn2="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:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://org.openbpmn"> + <bpmn2:process id="process_1" name="Default Process" processType="Public"> + <bpmn2:documentation id="documentation_Inkwbw"/> + <bpmn2:startEvent id="event_5HFf2w" name="Event-1"> + <bpmn2:documentation id="documentation_pUx8iw"/> + <bpmn2:outgoing>SequenceFlow_MMTung</bpmn2:outgoing> + </bpmn2:startEvent> + <bpmn2:endEvent id="event_d1wlsg" name="Event-2"> + <bpmn2:documentation id="documentation_1m42UA"/> + <bpmn2:incoming>SequenceFlow_MMTung</bpmn2:incoming> + </bpmn2:endEvent> + <bpmn2:sequenceFlow id="SequenceFlow_MMTung" name="" sourceRef="event_5HFf2w" targetRef="event_d1wlsg"> + <bpmn2:documentation id="documentation_a3rTDA"><![CDATA[docu]]></bpmn2:documentation> + <bpmn2:conditionExpression id="FormalExpression_1" xsi:type="bpmn2:tFormalExpression"><![CDATA[1=1]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> + </bpmn2:process> + <bpmndi:BPMNDiagram id="BPMNDiagram_1" name="OpenBPMN Diagram"> + <bpmndi:BPMNPlane bpmnElement="process_1" id="BPMNPlane_1"> + <bpmndi:BPMNShape bpmnElement="event_5HFf2w" id="BPMNShape_jqaafQ"> + <dc:Bounds height="36.0" width="36.0" x="89.0" y="80.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_1BImpg"> + <dc:Bounds height="16.0" width="100.0" x="57.0" y="116.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape bpmnElement="event_d1wlsg" id="BPMNShape_x6AjAw"> + <dc:Bounds height="36.0" width="36.0" x="261.0" y="80.0"/> + <bpmndi:BPMNLabel id="BPMNLabel_WCk2BA"> + <dc:Bounds height="16.0" width="100.0" x="229.0" y="116.0"/> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge bpmnElement="SequenceFlow_MMTung" id="BPMNEdge_5t0CyA" sourceElement="BPMNShape_jqaafQ" targetElement="BPMNShape_x6AjAw"> + + + <di:waypoint x="125.0" y="98.0"/> + <di:waypoint x="261.0" y="98.0"/> + </bpmndi:BPMNEdge> + </bpmndi:BPMNPlane> + </bpmndi:BPMNDiagram> +</bpmn2:definitions>