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..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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=" | <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=" | <bpmn:process id="Process_User_Control" isExecutable="false"> | ||
<bpmn:extensionElements> | <bpmn:extensionElements> | ||
<wf:context> | <wf:context> | ||
| Line 7: | Line 7: | ||
</wf:context> | </wf:context> | ||
</bpmn:extensionElements> | </bpmn:extensionElements> | ||
<bpmn:startEvent id=" | <bpmn:startEvent id="TheStart"> | ||
<bpmn:outgoing>FromTheStartToCollectData</bpmn:outgoing> | |||
</bpmn:startEvent> | |||
<bpmn:sequenceFlow id="FromTheStartToCollectData" sourceRef="TheStart" targetRef="FormularDialog" /> | |||
<bpmn:task id="SendMail" name="SendMail"> | |||
<bpmn:extensionElements> | |||
<wf:type>send_mail</wf:type> | |||
</bpmn:extensionElements> | |||
<bpmn:incoming>Flow_05ov7iv</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="FormularDialog" name="FormularDialog"> | |||
<bpmn:extensionElements> | |||
<wf:type>custom_form</wf:type> | |||
<wf:form>MediaWiki:WorkflowTest2</wf:form> | |||
<wf:initializer>true</wf:initializer> | |||
</bpmn:extensionElements> | |||
<bpmn:incoming>FromTheStartToCollectData</bpmn:incoming> | |||
<bpmn:outgoing>Flow_05ov7iv</bpmn:outgoing> | |||
</bpmn:userTask> | |||
<bpmn:sequenceFlow id="Flow_05ov7iv" sourceRef="FormularDialog" targetRef="SendMail" /> | |||
</bpmn:process> | </bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement=" | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_User_Control"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement=" | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="TheStart"> | ||
<dc:Bounds x=" | <dc:Bounds x="162" y="102" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | </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_06qyo3e_di" bpmnElement="FormularDialog"> | |||
<dc:Bounds x="300" 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="300" 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_05ov7iv_di" bpmnElement="Flow_05ov7iv"> | |||
<di:waypoint x="400" y="120" /> | |||
<di:waypoint x="650" y="120" /> | |||
</bpmndi:BPMNEdge> | |||
</bpmndi:BPMNPlane> | </bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | </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:58 by Max Mustermann
MediaWiki:WorkflowTest2.bpmn: Difference between revisions
No categories assignedEdit