update workflow - umbenennung start status
This commit is contained in:
parent
d0cb520415
commit
1f31bad373
6 changed files with 4480 additions and 5 deletions
|
|
@ -575,7 +575,7 @@ result.isValid=true;
|
|||
</bpmn2:eventBasedGateway>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_8" sourceRef="EventBasedGateway_2" targetRef="IntermediateCatchEvent_5005-20"/>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_10" sourceRef="EventBasedGateway_2" targetRef="IntermediateCatchEvent_5005-30"/>
|
||||
<bpmn2:task id="Task_2" imixs:processid="5001" name="Erfassung">
|
||||
<bpmn2:task id="Task_2" imixs:processid="5001" name="Bearbeitung">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="txteditorid" type="xs:string">
|
||||
<imixs:value><![CDATA[alexander/form_basic#alexander/sub_payment_type|sub_dispatch]]></imixs:value>
|
||||
|
|
@ -2152,7 +2152,7 @@ result.isValid=true;
|
|||
<bpmndi:BPMNShape id="BPMNShape_Task_5" bpmnElement="Task_2">
|
||||
<dc:Bounds height="50.0" width="110.0" x="308.0" y="180.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_33" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="14.0" width="55.0" x="335.0" y="198.0"/>
|
||||
<dc:Bounds height="14.0" width="67.0" x="329.0" y="198.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_DataObject_1" bpmnElement="DataObject_2">
|
||||
|
|
|
|||
4475
workflow/rechnungseingang-de-1.2.2.bpmn
Normal file
4475
workflow/rechnungseingang-de-1.2.2.bpmn
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
<?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:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:xs="http://www.w3.org/2001/XMLSchema" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.3.SNAPSHOT-v20210402-0910-B1" targetNamespace="http://www.imixs.org/bpmn2">
|
||||
<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:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:xs="http://www.w3.org/2001/XMLSchema" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.2.SNAPSHOT-v20200602-1600-B1" targetNamespace="http://www.imixs.org/bpmn2">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="txtworkflowmodelversion" type="xs:string">
|
||||
<imixs:value><![CDATA[rechnungseingang-sachrechnung-de-1.0]]></imixs:value>
|
||||
|
|
@ -378,7 +378,7 @@ Betrag: <itemvalue>_amount</itemvalue> (Brutto € <itemvalue>_amount_brutto</it
|
|||
<bpmn2:outgoing>SequenceFlow_54</bpmn2:outgoing>
|
||||
</bpmn2:eventBasedGateway>
|
||||
<bpmn2:sequenceFlow id="SequenceFlow_8" sourceRef="EventBasedGateway_2" targetRef="IntermediateCatchEvent_5005-20"/>
|
||||
<bpmn2:task id="Task_2" imixs:processid="5001" name="Erfassung">
|
||||
<bpmn2:task id="Task_2" imixs:processid="5001" name="Bearbeitung">
|
||||
<bpmn2:extensionElements>
|
||||
<imixs:item name="txteditorid" type="xs:string">
|
||||
<imixs:value><![CDATA[alexander/form_basic#alexander/sub_payment_type]]></imixs:value>
|
||||
|
|
@ -2552,7 +2552,7 @@ result.isValid=true;
|
|||
<bpmndi:BPMNShape id="BPMNShape_Task_5" bpmnElement="Task_2">
|
||||
<dc:Bounds height="50.0" width="110.0" x="308.0" y="180.0"/>
|
||||
<bpmndi:BPMNLabel id="BPMNLabel_33" labelStyle="BPMNLabelStyle_1">
|
||||
<dc:Bounds height="14.0" width="55.0" x="335.0" y="198.0"/>
|
||||
<dc:Bounds height="14.0" width="67.0" x="329.0" y="198.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_DataObject_1" bpmnElement="DataObject_2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue