No edit summary |
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" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1vrglfw" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="8.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_1vrglfw" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="8.7.1"> | ||
<bpmn:process id="Process_User_Control" isExecutable="false"> | |||
<bpmn:extensionElements> | |||
<wf:context> | |||
<wf:contextItem name="pageId" /> | |||
</wf:context> | |||
</bpmn:extensionElements> | |||
<bpmn:startEvent id="TheStart"> | |||
<bpmn:outgoing>FromTheStartToCollectData</bpmn:outgoing> | |||
</bpmn:startEvent> | |||
<bpmn:sequenceFlow id="FromTheStartToCollectData" sourceRef="TheStart" targetRef="CollectData" /> | |||
<bpmn:userTask id="CollectData" name="CollectData"> | |||
<bpmn:extensionElements> | |||
<wf:type>custom_form</wf:type> | |||
<wf:formModule> | |||
<wf:module>ext.workflows.activity.collectdata.forms</wf:module> | |||
<wf:class>workflows.object.form.UserCollectData</wf:class> | |||
</wf:formModule> | |||
<wf:initializer>true</wf:initializer> | |||
</bpmn:extensionElements> | |||
<bpmn:incoming>FromTheStartToCollectData</bpmn:incoming> | |||
<bpmn:outgoing>FromCollectDataToUserFeedback</bpmn:outgoing> | |||
<bpmn:property name="username" validation="existing-user" /> | |||
<bpmn:property name="instructions" /> | |||
<bpmn:property name="reportrecipient" validation="email-recipient" /> | |||
<bpmn:property name="due_date" /> | |||
</bpmn:userTask> | |||
<bpmn:sequenceFlow id="FromCollectDataToUserFeedback" sourceRef="CollectData" targetRef="Gruppenabstimmung" /> | |||
<bpmn:task id="SendMail" name="SendMail"> | |||
<bpmn:extensionElements> | |||
<wf:type>send_mail</wf:type> | |||
</bpmn:extensionElements> | |||
<bpmn:incoming>Flow_0ovofli</bpmn:incoming> | |||
<bpmn:outgoing>FromSendMailToTheEnd</bpmn:outgoing> | |||
<bpmn:property name="recipient" default="{{{CollectData.reportrecipient}}}" /> | |||
<bpmn:property name="subject" /> | |||
<bpmn:property name="body" /> | |||
</bpmn:task> | |||
<bpmn:sequenceFlow id="FromSendMailToTheEnd" sourceRef="SendMail" targetRef="TheEnd" /> | |||
<bpmn:endEvent id="TheEnd"> | |||
<bpmn:incoming>FromSendMailToTheEnd</bpmn:incoming> | |||
</bpmn:endEvent> | |||
<bpmn:userTask id="Gruppenabstimmung" name="Gruppenabstimmung"> | |||
<bpmn:extensionElements> | |||
<wf:type>group_vote</wf:type> | |||
</bpmn:extensionElements> | |||
<bpmn:incoming>FromCollectDataToUserFeedback</bpmn:incoming> | |||
<bpmn:outgoing>Flow_0ovofli</bpmn:outgoing> | |||
<bpmn:property name="assigned_group" default="sysop" /> | |||
<bpmn:property name="instructions" default="" /> | |||
<bpmn:property name="due_date" default="" /> | |||
<bpmn:property name="threshold_yes_unit" default="user" /> | |||
<bpmn:property name="threshold_yes_value" default="1" /> | |||
<bpmn:property name="threshold_no_unit" default="user" /> | |||
<bpmn:property name="threshold_no_value" default="1" /> | |||
<bpmn:property name="users_voted" default="" /> | |||
<bpmn:property name="vote" default="" /> | |||
<bpmn:property name="comment" default="" /> | |||
</bpmn:userTask> | |||
<bpmn:sequenceFlow id="Flow_0ovofli" sourceRef="Gruppenabstimmung" targetRef="SendMail" /> | |||
</bpmn:process> | |||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | |||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_User_Control"> | |||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="TheStart"> | |||
<dc:Bounds x="162" y="102" width="36" height="36" /> | |||
</bpmndi:BPMNShape> | |||
<bpmndi:BPMNShape id="CollectData_di" bpmnElement="CollectData"> | |||
<dc:Bounds x="250" y="80" width="100" height="80" /> | |||
</bpmndi:BPMNShape> | |||
<bpmndi:BPMNShape id="SendMail_di" bpmnElement="SendMail"> | |||
<dc:Bounds x="650" y="80" width="100" height="80" /> | |||
</bpmndi:BPMNShape> | |||
<bpmndi:BPMNShape id="TheEnd_di" bpmnElement="TheEnd"> | |||
<dc:Bounds x="812" y="102" width="36" height="36" /> | |||
</bpmndi:BPMNShape> | |||
<bpmndi:BPMNShape id="Activity_0dsesh7_di" bpmnElement="Gruppenabstimmung"> | |||
<dc:Bounds x="430" y="80" width="100" height="80" /> | |||
<bpmndi:BPMNLabel /> | |||
</bpmndi:BPMNShape> | |||
<bpmndi:BPMNEdge id="FromTheStartToCollectData_di" bpmnElement="FromTheStartToCollectData"> | |||
<di:waypoint x="198" y="120" /> | |||
<di:waypoint x="250" y="120" /> | |||
</bpmndi:BPMNEdge> | |||
<bpmndi:BPMNEdge id="FromCollectDataToUserFeedback_di" bpmnElement="FromCollectDataToUserFeedback"> | |||
<di:waypoint x="350" y="120" /> | |||
<di:waypoint x="430" y="120" /> | |||
</bpmndi:BPMNEdge> | |||
<bpmndi:BPMNEdge id="FromSendMailToTheEnd_di" bpmnElement="FromSendMailToTheEnd"> | |||
<di:waypoint x="750" y="120" /> | |||
<di:waypoint x="812" y="120" /> | |||
</bpmndi:BPMNEdge> | |||
<bpmndi:BPMNEdge id="Flow_0ovofli_di" bpmnElement="Flow_0ovofli"> | |||
<di:waypoint x="530" y="120" /> | |||
<di:waypoint x="650" y="120" /> | |||
</bpmndi:BPMNEdge> | |||
</bpmndi:BPMNPlane> | |||
</bpmndi:BPMNDiagram> | |||
</bpmn:definitions> | </bpmn:definitions> | ||
You are viewing an old version of this page. Return to the latest version.
This is the version of 24 November 2025, 12:59 by Max Mustermann
MediaWiki:WorkflowTest2.bpmn: Difference between revisions
No categories assignedEdit