MediaWiki:Kreisklinikumsiegen-Advanced.bpmn: Difference between revisions

Lhuyghe2 (talk | contribs)
Created page with "<?xml version="1.0" encoding="UTF-8"?> <bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wf="http://hallowelt.com/schema/bpmn/wf" 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_1qplwnr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="17.7.1"> <bpmn:process..."
 
Lhuyghe2 (talk | contribs)
No edit summary
Line 1: Line 1:
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wf="http://hallowelt.com/schema/bpmn/wf" 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_1qplwnr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="17.7.1">
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wf="http://hallowelt.com/schema/bpmn/wf" 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" id="Definitions_1qplwnr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="17.7.1">
   <bpmn:process id="Process_1" isExecutable="false">
   <bpmn:process id="Process_1" isExecutable="false">
     <bpmn:extensionElements>
     <bpmn:extensionElements>
Line 7: Line 7:
       </wf:context>
       </wf:context>
     </bpmn:extensionElements>
     </bpmn:extensionElements>
     <bpmn:startEvent id="StartEvent_1" />
     <bpmn:startEvent id="StartEvent_1">
      <bpmn:outgoing>Flow_0m87qlx</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:userTask id="CollectData" name="CollectData">
      <bpmn:extensionElements>
        <wf:type>custom_form</wf:type>
        <wf:form />
        <wf:initializer>true</wf:initializer>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_0m87qlx</bpmn:incoming>
      <bpmn:outgoing>Flow_1coma87</bpmn:outgoing>
      <bpmn:property name="reportrecipient" default="" />
    </bpmn:userTask>
    <bpmn:task id="PageCheckout" name="PageCheckout">
      <bpmn:extensionElements>
        <wf:type>page_checkout</wf:type>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_1coma87</bpmn:incoming>
      <bpmn:outgoing>Flow_096n6s2</bpmn:outgoing>
      <bpmn:property name="user" default="{{{CollectData.reportrecipient}}}" />
      <bpmn:property name="pageId" default="" />
      <bpmn:property name="pagename" default="" />
      <bpmn:property name="force" default="true" />
    </bpmn:task>
    <bpmn:userTask id="userVote" name="userVote">
      <bpmn:extensionElements>
        <wf:type>user_vote</wf:type>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_096n6s2</bpmn:incoming>
      <bpmn:outgoing>Flow_04165ls</bpmn:outgoing>
      <bpmn:property name="assigned_user" default="{{{CollectData.reportrecipient}}}" />
      <bpmn:property name="instructions" default="" />
      <bpmn:property name="due_date" default="" />
      <bpmn:property name="action" default="" />
      <bpmn:property name="vote" default="" />
      <bpmn:property name="delegate_to" default="" />
      <bpmn:property name="delegate_comment" default="" />
      <bpmn:property name="comment" default="" />
    </bpmn:userTask>
    <bpmn:exclusiveGateway id="userVotevote" name="userVote.vote">
      <bpmn:incoming>Flow_04165ls</bpmn:incoming>
      <bpmn:outgoing>Flow_106tbog</bpmn:outgoing>
      <bpmn:outgoing>Flow_11zxe9t</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:sequenceFlow id="Flow_0m87qlx" sourceRef="StartEvent_1" targetRef="CollectData" />
    <bpmn:sequenceFlow id="Flow_1coma87" sourceRef="CollectData" targetRef="PageCheckout" />
    <bpmn:sequenceFlow id="Flow_096n6s2" sourceRef="PageCheckout" targetRef="userVote" />
    <bpmn:sequenceFlow id="Flow_04165ls" sourceRef="userVote" targetRef="userVotevote" />
    <bpmn:task id="SendMail" name="SendMail">
      <bpmn:extensionElements>
        <wf:type>send_mail</wf:type>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_106tbog</bpmn:incoming>
      <bpmn:outgoing>Flow_08lh7m3</bpmn:outgoing>
      <bpmn:property name="recipient" default="Admin" />
      <bpmn:property name="subject" default="test" />
      <bpmn:property name="body" default="test" />
    </bpmn:task>
    <bpmn:sequenceFlow id="Flow_106tbog" name="no" sourceRef="userVotevote" targetRef="SendMail" />
    <bpmn:task id="PageCheckin" name="PageCheckin">
      <bpmn:extensionElements>
        <wf:type>page_checkin</wf:type>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_1umsi0d</bpmn:incoming>
      <bpmn:incoming>Flow_1je6vp4</bpmn:incoming>
      <bpmn:outgoing>Flow_1ds249a</bpmn:outgoing>
      <bpmn:property name="user" default="{{{CollectData.reportrecipient}}}" />
      <bpmn:property name="pageId" default="" />
      <bpmn:property name="pagename" default="" />
    </bpmn:task>
    <bpmn:endEvent id="Event_1e8uccu">
      <bpmn:incoming>Flow_1ds249a</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:task id="ApproveRevision" name="ApproveRevision">
      <bpmn:extensionElements>
        <wf:type>approve_revision</wf:type>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_11zxe9t</bpmn:incoming>
      <bpmn:outgoing>Flow_1umsi0d</bpmn:outgoing>
      <bpmn:property name="user" default="{{{CollectData.reportrecipient}}}" />
      <bpmn:property name="revision" default="" />
      <bpmn:property name="comment" default="" />
    </bpmn:task>
    <bpmn:sequenceFlow id="Flow_11zxe9t" name="yes" sourceRef="userVotevote" targetRef="ApproveRevision" />
    <bpmn:sequenceFlow id="Flow_08lh7m3" sourceRef="SendMail" targetRef="ApproveRevision2" />
    <bpmn:sequenceFlow id="Flow_1ds249a" sourceRef="PageCheckin" targetRef="Event_1e8uccu" />
    <bpmn:sequenceFlow id="Flow_1umsi0d" sourceRef="ApproveRevision" targetRef="PageCheckin" />
    <bpmn:task id="ApproveRevision2" name="ApproveRevision2">
      <bpmn:extensionElements>
        <wf:type>approve_revision</wf:type>
      </bpmn:extensionElements>
      <bpmn:incoming>Flow_08lh7m3</bpmn:incoming>
      <bpmn:outgoing>Flow_1je6vp4</bpmn:outgoing>
      <bpmn:property name="user" default="{{{CollectData.reportrecipient}}}" />
      <bpmn:property name="revision" default="" />
      <bpmn:property name="comment" default="" />
    </bpmn:task>
    <bpmn:sequenceFlow id="Flow_1je6vp4" sourceRef="ApproveRevision2" targetRef="PageCheckin" />
   </bpmn:process>
   </bpmn:process>
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
Line 14: Line 111:
         <dc:Bounds x="156" y="82" width="36" height="36" />
         <dc:Bounds x="156" y="82" width="36" height="36" />
       </bpmndi:BPMNShape>
       </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1ynrcq8_di" bpmnElement="CollectData">
        <dc:Bounds x="230" y="60" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0h0uv3d_di" bpmnElement="PageCheckout">
        <dc:Bounds x="400" y="60" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_16pk1b9_di" bpmnElement="userVote">
        <dc:Bounds x="550" y="60" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gateway_1cvn96t_di" bpmnElement="userVotevote" isMarkerVisible="true">
        <dc:Bounds x="695" y="75" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="686" y="51" width="68" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_061k36i_di" bpmnElement="SendMail">
        <dc:Bounds x="800" y="60" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1hmrvbo_di" bpmnElement="ApproveRevision">
        <dc:Bounds x="670" y="200" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Event_1e8uccu_di" bpmnElement="Event_1e8uccu">
        <dc:Bounds x="1332" y="82" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_0yx36sq_di" bpmnElement="PageCheckin">
        <dc:Bounds x="1180" y="60" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Activity_1s6i8iy_di" bpmnElement="ApproveRevision2">
        <dc:Bounds x="980" y="60" width="100" height="80" />
        <bpmndi:BPMNLabel />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Flow_0m87qlx_di" bpmnElement="Flow_0m87qlx">
        <di:waypoint x="192" y="100" />
        <di:waypoint x="230" y="100" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1coma87_di" bpmnElement="Flow_1coma87">
        <di:waypoint x="330" y="100" />
        <di:waypoint x="400" y="100" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_096n6s2_di" bpmnElement="Flow_096n6s2">
        <di:waypoint x="500" y="100" />
        <di:waypoint x="550" y="100" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_04165ls_di" bpmnElement="Flow_04165ls">
        <di:waypoint x="650" y="100" />
        <di:waypoint x="695" y="100" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_106tbog_di" bpmnElement="Flow_106tbog">
        <di:waypoint x="745" y="100" />
        <di:waypoint x="800" y="100" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="766" y="82" width="13" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_11zxe9t_di" bpmnElement="Flow_11zxe9t">
        <di:waypoint x="720" y="125" />
        <di:waypoint x="720" y="200" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="726" y="160" width="18" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_08lh7m3_di" bpmnElement="Flow_08lh7m3">
        <di:waypoint x="900" y="100" />
        <di:waypoint x="980" y="100" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1ds249a_di" bpmnElement="Flow_1ds249a">
        <di:waypoint x="1280" y="100" />
        <di:waypoint x="1332" y="100" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1umsi0d_di" bpmnElement="Flow_1umsi0d">
        <di:waypoint x="770" y="240" />
        <di:waypoint x="1230" y="240" />
        <di:waypoint x="1230" y="140" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1je6vp4_di" bpmnElement="Flow_1je6vp4">
        <di:waypoint x="1080" y="100" />
        <di:waypoint x="1180" y="100" />
      </bpmndi:BPMNEdge>
     </bpmndi:BPMNPlane>
     </bpmndi:BPMNPlane>
   </bpmndi:BPMNDiagram>
   </bpmndi:BPMNDiagram>
</bpmn:definitions>
</bpmn:definitions>

Revision as of 12:43, 15 May 2025