diff --git a/config/optional/eca.eca.animals.yml b/config/optional/eca.eca.animals.yml index e770dbbba0268beb4912726ecb400fa82d35d5c7..a5df905bda8e2842f58880573efa00c710203d41 100644 --- a/config/optional/eca.eca.animals.yml +++ b/config/optional/eca.eca.animals.yml @@ -20,6 +20,15 @@ events: - id: Activity_11rd5zv condition: Flow_17w3uwc + - + id: Activity_11rd5zv + condition: Flow_0wqygof + - + id: Activity_11rd5zv + condition: Flow_1t2i2q0 + - + id: Activity_11rd5zv + condition: Flow_19957mc conditions: Flow_17w3uwc: plugin: eca_scalar @@ -27,7 +36,34 @@ conditions: negate: false case: false left: '[entity:label]' - right: verstorben + right: verstorb + operator: contains + type: value + Flow_0wqygof: + plugin: eca_scalar + configuration: + negate: false + case: false + left: '[entity:label]' + right: gestorben + operator: contains + type: value + Flow_1t2i2q0: + plugin: eca_scalar + configuration: + negate: false + case: false + left: '[entity:label]' + right: verst. + operator: contains + type: value + Flow_19957mc: + plugin: eca_scalar + configuration: + negate: false + case: false + left: '[entity:label]' + right: eingeschläfert operator: contains type: value gateways: { } @@ -60,10 +96,7 @@ actions: eca_token_name: label successors: - - id: Activity_0tfyowf - condition: '' - - - id: Activity_1ockywj + id: Activity_1pmr41m condition: '' Activity_0tfyowf: plugin: 'eca_tamper:find_replace' @@ -76,7 +109,10 @@ actions: whole: false eca_data: '[label]' eca_token_name: label - successors: { } + successors: + - + id: Activity_1ockywj + condition: '' Activity_1ockywj: plugin: eca_set_field_value label: 'Set new name' @@ -89,3 +125,78 @@ actions: save_entity: false object: '' successors: { } + Activity_1pmr41m: + plugin: 'eca_tamper:find_replace' + label: 'Remove "verstorb."' + configuration: + find: verstorb. + replace: '' + case_sensitive: false + word_boundaries: false + whole: false + eca_data: '[label]' + eca_token_name: label + successors: + - + id: Activity_1khb71e + condition: '' + Activity_1khb71e: + plugin: 'eca_tamper:find_replace' + label: 'Remove "verstorb"' + configuration: + find: verstorb + replace: '' + case_sensitive: false + word_boundaries: false + whole: false + eca_data: '[label]' + eca_token_name: label + successors: + - + id: Activity_0fzwyj9 + condition: '' + Activity_0fzwyj9: + plugin: 'eca_tamper:find_replace' + label: 'Remove "verst."' + configuration: + find: verst. + replace: '' + case_sensitive: false + word_boundaries: false + whole: false + eca_data: '[label]' + eca_token_name: label + successors: + - + id: Activity_0sec2lm + condition: '' + Activity_0sec2lm: + plugin: 'eca_tamper:find_replace' + label: 'Remove "gestorben"' + configuration: + find: gestorben + replace: '' + case_sensitive: false + word_boundaries: false + whole: false + eca_data: '[label]' + eca_token_name: label + successors: + - + id: Activity_0k71y63 + condition: '' + Activity_0k71y63: + plugin: 'eca_tamper:find_replace' + label: 'Remove "eingeschläfert"' + configuration: + find: eingeschläfert + replace: '' + case_sensitive: false + word_boundaries: false + whole: false + eca_data: '[label]' + eca_token_name: label + successors: + - + id: Activity_0tfyowf + condition: '' diff --git a/config/optional/eca.model.animals.yml b/config/optional/eca.model.animals.yml index e857546702d10a875bde412d84ac209490500246..45223cf23a8a77f86ca7f0be9c59f409561ea181 100644 --- a/config/optional/eca.model.animals.yml +++ b/config/optional/eca.model.animals.yml @@ -16,18 +16,21 @@ modeldata: | <bpmn2:startEvent id="Event_0t5zrbt" name="Pre-save animal" camunda:modelerTemplate="org.drupal.event.content_entity:presave"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="content_entity:presave"/> + <camunda:property name="pluginid" value="content_entity:presave" /> </camunda:properties> <camunda:field name="type"> <camunda:string>apbs_animal _all</camunda:string> </camunda:field> </bpmn2:extensionElements> <bpmn2:outgoing>Flow_17w3uwc</bpmn2:outgoing> + <bpmn2:outgoing>Flow_0wqygof</bpmn2:outgoing> + <bpmn2:outgoing>Flow_1t2i2q0</bpmn2:outgoing> + <bpmn2:outgoing>Flow_19957mc</bpmn2:outgoing> </bpmn2:startEvent> <bpmn2:task id="Activity_11rd5zv" name="Set disabled" camunda:modelerTemplate="org.drupal.action.eca_set_field_value"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_set_field_value"/> + <camunda:property name="pluginid" value="eca_set_field_value" /> </camunda:properties> <camunda:field name="method"> <camunda:string>set:clear</camunda:string> @@ -48,16 +51,19 @@ modeldata: | <camunda:string>0</camunda:string> </camunda:field> <camunda:field name="object"> - <camunda:string/> + <camunda:string></camunda:string> </camunda:field> </bpmn2:extensionElements> <bpmn2:incoming>Flow_17w3uwc</bpmn2:incoming> + <bpmn2:incoming>Flow_0wqygof</bpmn2:incoming> + <bpmn2:incoming>Flow_1t2i2q0</bpmn2:incoming> + <bpmn2:incoming>Flow_19957mc</bpmn2:incoming> <bpmn2:outgoing>Flow_00bbgz8</bpmn2:outgoing> </bpmn2:task> - <bpmn2:sequenceFlow id="Flow_17w3uwc" name="Name contains "verstorben"?" camunda:modelerTemplate="org.drupal.condition.eca_scalar" sourceRef="Event_0t5zrbt" targetRef="Activity_11rd5zv"> + <bpmn2:sequenceFlow id="Flow_17w3uwc" name="verstorb" camunda:modelerTemplate="org.drupal.condition.eca_scalar" sourceRef="Event_0t5zrbt" targetRef="Activity_11rd5zv"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_scalar"/> + <camunda:property name="pluginid" value="eca_scalar" /> </camunda:properties> <camunda:field name="left"> <camunda:string>[entity:label]</camunda:string> @@ -66,7 +72,7 @@ modeldata: | <camunda:string>contains</camunda:string> </camunda:field> <camunda:field name="right"> - <camunda:string>verstorben</camunda:string> + <camunda:string>verstorb</camunda:string> </camunda:field> <camunda:field name="type"> <camunda:string>value</camunda:string> @@ -79,10 +85,10 @@ modeldata: | </camunda:field> </bpmn2:extensionElements> </bpmn2:sequenceFlow> - <bpmn2:task id="Activity_10v8lmz" name="Remove "verstorben"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:task id="Activity_10v8lmz" name="Remove "verstorben"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_tamper:find_replace"/> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> </camunda:properties> <camunda:field name="eca_data"> <camunda:string>[entity:label]</camunda:string> @@ -91,7 +97,7 @@ modeldata: | <camunda:string>verstorben</camunda:string> </camunda:field> <camunda:field name="replace"> - <camunda:string/> + <camunda:string></camunda:string> </camunda:field> <camunda:field name="case_sensitive"> <camunda:string>no</camunda:string> @@ -107,14 +113,13 @@ modeldata: | </camunda:field> </bpmn2:extensionElements> <bpmn2:incoming>Flow_00bbgz8</bpmn2:incoming> - <bpmn2:outgoing>Flow_008nu8t</bpmn2:outgoing> - <bpmn2:outgoing>Flow_1dxl72x</bpmn2:outgoing> + <bpmn2:outgoing>Flow_1wb4ndo</bpmn2:outgoing> </bpmn2:task> - <bpmn2:sequenceFlow id="Flow_00bbgz8" sourceRef="Activity_11rd5zv" targetRef="Activity_10v8lmz"/> - <bpmn2:task id="Activity_0tfyowf" name="Remove "()"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:sequenceFlow id="Flow_00bbgz8" sourceRef="Activity_11rd5zv" targetRef="Activity_10v8lmz" /> + <bpmn2:task id="Activity_0tfyowf" name="Remove "()"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_tamper:find_replace"/> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> </camunda:properties> <camunda:field name="eca_data"> <camunda:string>[label]</camunda:string> @@ -123,7 +128,7 @@ modeldata: | <camunda:string>()</camunda:string> </camunda:field> <camunda:field name="replace"> - <camunda:string/> + <camunda:string></camunda:string> </camunda:field> <camunda:field name="case_sensitive"> <camunda:string>no</camunda:string> @@ -138,13 +143,13 @@ modeldata: | <camunda:string>label</camunda:string> </camunda:field> </bpmn2:extensionElements> - <bpmn2:incoming>Flow_008nu8t</bpmn2:incoming> + <bpmn2:incoming>Flow_14uutn3</bpmn2:incoming> + <bpmn2:outgoing>Flow_13ulezo</bpmn2:outgoing> </bpmn2:task> - <bpmn2:sequenceFlow id="Flow_008nu8t" sourceRef="Activity_10v8lmz" targetRef="Activity_0tfyowf"/> <bpmn2:task id="Activity_1ockywj" name="Set new name" camunda:modelerTemplate="org.drupal.action.eca_set_field_value"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_set_field_value"/> + <camunda:property name="pluginid" value="eca_set_field_value" /> </camunda:properties> <camunda:field name="method"> <camunda:string>set:clear</camunda:string> @@ -165,57 +170,357 @@ modeldata: | <camunda:string>[label]</camunda:string> </camunda:field> <camunda:field name="object"> - <camunda:string/> + <camunda:string></camunda:string> + </camunda:field> + </bpmn2:extensionElements> + <bpmn2:incoming>Flow_13ulezo</bpmn2:incoming> + </bpmn2:task> + <bpmn2:sequenceFlow id="Flow_0wqygof" name="gestorben" camunda:modelerTemplate="org.drupal.condition.eca_scalar" sourceRef="Event_0t5zrbt" targetRef="Activity_11rd5zv"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_scalar" /> + </camunda:properties> + <camunda:field name="left"> + <camunda:string>[entity:label]</camunda:string> + </camunda:field> + <camunda:field name="operator"> + <camunda:string>contains</camunda:string> + </camunda:field> + <camunda:field name="right"> + <camunda:string>gestorben</camunda:string> + </camunda:field> + <camunda:field name="type"> + <camunda:string>value</camunda:string> + </camunda:field> + <camunda:field name="case"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="negate"> + <camunda:string>no</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + </bpmn2:sequenceFlow> + <bpmn2:sequenceFlow id="Flow_1t2i2q0" name="verst." camunda:modelerTemplate="org.drupal.condition.eca_scalar" sourceRef="Event_0t5zrbt" targetRef="Activity_11rd5zv"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_scalar" /> + </camunda:properties> + <camunda:field name="left"> + <camunda:string>[entity:label]</camunda:string> + </camunda:field> + <camunda:field name="operator"> + <camunda:string>contains</camunda:string> + </camunda:field> + <camunda:field name="right"> + <camunda:string>verst.</camunda:string> + </camunda:field> + <camunda:field name="type"> + <camunda:string>value</camunda:string> + </camunda:field> + <camunda:field name="case"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="negate"> + <camunda:string>no</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + </bpmn2:sequenceFlow> + <bpmn2:sequenceFlow id="Flow_19957mc" name="eingeschläfert" camunda:modelerTemplate="org.drupal.condition.eca_scalar" sourceRef="Event_0t5zrbt" targetRef="Activity_11rd5zv"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_scalar" /> + </camunda:properties> + <camunda:field name="left"> + <camunda:string>[entity:label]</camunda:string> + </camunda:field> + <camunda:field name="operator"> + <camunda:string>contains</camunda:string> + </camunda:field> + <camunda:field name="right"> + <camunda:string>eingeschläfert</camunda:string> + </camunda:field> + <camunda:field name="type"> + <camunda:string>value</camunda:string> + </camunda:field> + <camunda:field name="case"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="negate"> + <camunda:string>no</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + </bpmn2:sequenceFlow> + <bpmn2:task id="Activity_1pmr41m" name="Remove "verstorb."" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> + </camunda:properties> + <camunda:field name="eca_data"> + <camunda:string>[label]</camunda:string> + </camunda:field> + <camunda:field name="find"> + <camunda:string>verstorb.</camunda:string> + </camunda:field> + <camunda:field name="replace"> + <camunda:string></camunda:string> + </camunda:field> + <camunda:field name="case_sensitive"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="word_boundaries"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="whole"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="eca_token_name"> + <camunda:string>label</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + <bpmn2:incoming>Flow_1wb4ndo</bpmn2:incoming> + <bpmn2:outgoing>Flow_1r3vg7s</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:sequenceFlow id="Flow_1wb4ndo" sourceRef="Activity_10v8lmz" targetRef="Activity_1pmr41m" /> + <bpmn2:task id="Activity_1khb71e" name="Remove "verstorb"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> + </camunda:properties> + <camunda:field name="eca_data"> + <camunda:string>[label]</camunda:string> + </camunda:field> + <camunda:field name="find"> + <camunda:string>verstorb</camunda:string> + </camunda:field> + <camunda:field name="replace"> + <camunda:string></camunda:string> + </camunda:field> + <camunda:field name="case_sensitive"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="word_boundaries"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="whole"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="eca_token_name"> + <camunda:string>label</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + <bpmn2:incoming>Flow_1r3vg7s</bpmn2:incoming> + <bpmn2:outgoing>Flow_1ptcmq5</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:task id="Activity_0fzwyj9" name="Remove "verst."" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> + </camunda:properties> + <camunda:field name="eca_data"> + <camunda:string>[label]</camunda:string> + </camunda:field> + <camunda:field name="find"> + <camunda:string>verst.</camunda:string> + </camunda:field> + <camunda:field name="replace"> + <camunda:string></camunda:string> + </camunda:field> + <camunda:field name="case_sensitive"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="word_boundaries"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="whole"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="eca_token_name"> + <camunda:string>label</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + <bpmn2:incoming>Flow_1ptcmq5</bpmn2:incoming> + <bpmn2:outgoing>Flow_0728ve5</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:sequenceFlow id="Flow_1ptcmq5" sourceRef="Activity_1khb71e" targetRef="Activity_0fzwyj9" /> + <bpmn2:task id="Activity_0sec2lm" name="Remove "gestorben"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> + </camunda:properties> + <camunda:field name="eca_data"> + <camunda:string>[label]</camunda:string> + </camunda:field> + <camunda:field name="find"> + <camunda:string>gestorben</camunda:string> + </camunda:field> + <camunda:field name="replace"> + <camunda:string></camunda:string> + </camunda:field> + <camunda:field name="case_sensitive"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="word_boundaries"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="whole"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="eca_token_name"> + <camunda:string>label</camunda:string> + </camunda:field> + </bpmn2:extensionElements> + <bpmn2:incoming>Flow_0728ve5</bpmn2:incoming> + <bpmn2:outgoing>Flow_1ot2baq</bpmn2:outgoing> + </bpmn2:task> + <bpmn2:sequenceFlow id="Flow_0728ve5" sourceRef="Activity_0fzwyj9" targetRef="Activity_0sec2lm" /> + <bpmn2:task id="Activity_0k71y63" name="Remove "eingeschläfert"" camunda:modelerTemplate="org.drupal.action.eca_tamper:find_replace"> + <bpmn2:extensionElements> + <camunda:properties> + <camunda:property name="pluginid" value="eca_tamper:find_replace" /> + </camunda:properties> + <camunda:field name="eca_data"> + <camunda:string>[label]</camunda:string> + </camunda:field> + <camunda:field name="find"> + <camunda:string>eingeschläfert</camunda:string> + </camunda:field> + <camunda:field name="replace"> + <camunda:string></camunda:string> + </camunda:field> + <camunda:field name="case_sensitive"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="word_boundaries"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="whole"> + <camunda:string>no</camunda:string> + </camunda:field> + <camunda:field name="eca_token_name"> + <camunda:string>label</camunda:string> </camunda:field> </bpmn2:extensionElements> - <bpmn2:incoming>Flow_1dxl72x</bpmn2:incoming> + <bpmn2:incoming>Flow_1ot2baq</bpmn2:incoming> + <bpmn2:outgoing>Flow_14uutn3</bpmn2:outgoing> </bpmn2:task> - <bpmn2:sequenceFlow id="Flow_1dxl72x" sourceRef="Activity_10v8lmz" targetRef="Activity_1ockywj"/> + <bpmn2:sequenceFlow id="Flow_1ot2baq" sourceRef="Activity_0sec2lm" targetRef="Activity_0k71y63" /> + <bpmn2:sequenceFlow id="Flow_13ulezo" sourceRef="Activity_0tfyowf" targetRef="Activity_1ockywj" /> + <bpmn2:sequenceFlow id="Flow_14uutn3" sourceRef="Activity_0k71y63" targetRef="Activity_0tfyowf" /> + <bpmn2:sequenceFlow id="Flow_1r3vg7s" sourceRef="Activity_1pmr41m" targetRef="Activity_1khb71e" /> </bpmn2:process> <bpmndi:BPMNDiagram id="sid-91940247-dfbd-4fb2-b89b-d90a237a956f"> <bpmndi:BPMNPlane id="sid-3e651b71-4ff1-4baa-a2e3-bd2ff17db9ef" bpmnElement="animals"> <bpmndi:BPMNShape id="Event_0t5zrbt_di" bpmnElement="Event_0t5zrbt"> - <dc:Bounds x="222" y="62" width="36" height="36"/> + <dc:Bounds x="222" y="62" width="36" height="36" /> <bpmndi:BPMNLabel> - <dc:Bounds x="200" y="105" width="80" height="14"/> + <dc:Bounds x="200" y="105" width="80" height="14" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_11rd5zv_di" bpmnElement="Activity_11rd5zv"> - <dc:Bounds x="310" y="40" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="400" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_10v8lmz_di" bpmnElement="Activity_10v8lmz"> - <dc:Bounds x="470" y="40" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="560" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> - <bpmndi:BPMNShape id="Activity_0tfyowf_di" bpmnElement="Activity_0tfyowf"> - <dc:Bounds x="630" y="40" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <bpmndi:BPMNShape id="Activity_1pmr41m_di" bpmnElement="Activity_1pmr41m"> + <dc:Bounds x="720" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_1khb71e_di" bpmnElement="Activity_1khb71e"> + <dc:Bounds x="880" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0fzwyj9_di" bpmnElement="Activity_0fzwyj9"> + <dc:Bounds x="1040" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0sec2lm_di" bpmnElement="Activity_0sec2lm"> + <dc:Bounds x="1200" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0k71y63_di" bpmnElement="Activity_0k71y63"> + <dc:Bounds x="1360" y="40" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_1ockywj_di" bpmnElement="Activity_1ockywj"> - <dc:Bounds x="630" y="160" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="720" y="240" width="100" height="80" /> + <bpmndi:BPMNLabel /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0tfyowf_di" bpmnElement="Activity_0tfyowf"> + <dc:Bounds x="560" y="240" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="Flow_17w3uwc_di" bpmnElement="Flow_17w3uwc"> - <di:waypoint x="258" y="80"/> - <di:waypoint x="310" y="80"/> + <di:waypoint x="240" y="62" /> + <di:waypoint x="240" y="-100" /> + <di:waypoint x="450" y="-100" /> + <di:waypoint x="450" y="40" /> <bpmndi:BPMNLabel> - <dc:Bounds x="248" y="62" width="74" height="27"/> + <dc:Bounds x="326" y="-117" width="40" height="14" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="Flow_00bbgz8_di" bpmnElement="Flow_00bbgz8"> - <di:waypoint x="410" y="80"/> - <di:waypoint x="470" y="80"/> + <di:waypoint x="500" y="80" /> + <di:waypoint x="560" y="80" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_0wqygof_di" bpmnElement="Flow_0wqygof"> + <di:waypoint x="240" y="62" /> + <di:waypoint x="240" y="-80" /> + <di:waypoint x="450" y="-80" /> + <di:waypoint x="450" y="40" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="321" y="-98" width="49" height="14" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_1t2i2q0_di" bpmnElement="Flow_1t2i2q0"> + <di:waypoint x="240" y="62" /> + <di:waypoint x="240" y="-60" /> + <di:waypoint x="450" y="-60" /> + <di:waypoint x="450" y="40" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="332" y="-78" width="27" height="14" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_19957mc_di" bpmnElement="Flow_19957mc"> + <di:waypoint x="240" y="62" /> + <di:waypoint x="240" y="-40" /> + <di:waypoint x="450" y="-40" /> + <di:waypoint x="450" y="40" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="311" y="-58" width="69" height="14" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_1wb4ndo_di" bpmnElement="Flow_1wb4ndo"> + <di:waypoint x="660" y="80" /> + <di:waypoint x="720" y="80" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_1ptcmq5_di" bpmnElement="Flow_1ptcmq5"> + <di:waypoint x="980" y="80" /> + <di:waypoint x="1040" y="80" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_0728ve5_di" bpmnElement="Flow_0728ve5"> + <di:waypoint x="1140" y="80" /> + <di:waypoint x="1200" y="80" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_1ot2baq_di" bpmnElement="Flow_1ot2baq"> + <di:waypoint x="1300" y="80" /> + <di:waypoint x="1360" y="80" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_13ulezo_di" bpmnElement="Flow_13ulezo"> + <di:waypoint x="660" y="280" /> + <di:waypoint x="720" y="280" /> </bpmndi:BPMNEdge> - <bpmndi:BPMNEdge id="Flow_008nu8t_di" bpmnElement="Flow_008nu8t"> - <di:waypoint x="570" y="80"/> - <di:waypoint x="630" y="80"/> + <bpmndi:BPMNEdge id="Flow_14uutn3_di" bpmnElement="Flow_14uutn3"> + <di:waypoint x="1410" y="120" /> + <di:waypoint x="1410" y="170" /> + <di:waypoint x="610" y="170" /> + <di:waypoint x="610" y="240" /> </bpmndi:BPMNEdge> - <bpmndi:BPMNEdge id="Flow_1dxl72x_di" bpmnElement="Flow_1dxl72x"> - <di:waypoint x="570" y="80"/> - <di:waypoint x="600" y="80"/> - <di:waypoint x="600" y="200"/> - <di:waypoint x="630" y="200"/> + <bpmndi:BPMNEdge id="Flow_1r3vg7s_di" bpmnElement="Flow_1r3vg7s"> + <di:waypoint x="820" y="80" /> + <di:waypoint x="880" y="80" /> </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> </bpmndi:BPMNDiagram>