|
|
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) |
Zeile 47: |
Zeile 47: |
| </bpmn:extensionElements> | | </bpmn:extensionElements> |
| <bpmn:property name="instructions">{{{CollectData.instructions}}}</bpmn:property> | | <bpmn:property name="instructions">{{{CollectData.instructions}}}</bpmn:property> |
| <bpmn:property name="due_date">{{#time:YmdHis|{{{CollectData.due_date}}} + 7days}}</bpmn:property> | | <bpmn:property name="due_date">{{#time:YmdHis|{{{CollectData.due_date}}} + 14days}}</bpmn:property> |
| <bpmn:property name="vote"/> | | <bpmn:property name="vote"/> |
| <bpmn:property name="comment"/> | | <bpmn:property name="comment"/> |
Zeile 116: |
Zeile 116: |
| </bpmn:endEvent> | | </bpmn:endEvent> |
| </bpmn:process> | | </bpmn:process> |
| <!-- Visual part -->
| |
| <bpmndi:BPMNDiagram id="BPMNDiagram_1">
| |
| <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_User_Approval">
| |
| <bpmndi:BPMNShape id="TextAnnotation_0px1oc2_di" bpmnElement="TextAnnotation_0px1oc2">
| |
| <dc:Bounds x="870" y="120" width="140" height="30"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="TextAnnotation_0po6gnm_di" bpmnElement="TextAnnotation_0po6gnm">
| |
| <dc:Bounds x="370" y="120" width="170" height="30"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNEdge id="FromSendMailToPageCheckin_di" bpmnElement="FromSendMailToPageCheckin">
| |
| <di:waypoint x="850" y="240"/>
| |
| <di:waypoint x="890" y="240"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromApproveRevisiontoSendMail_di" bpmnElement="FromApproveRevisiontoSendMail">
| |
| <di:waypoint x="720" y="370"/>
| |
| <di:waypoint x="800" y="370"/>
| |
| <di:waypoint x="800" y="280"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromGatewayUserVoteToSendMail_di" bpmnElement="FromGatewayUserVoteToSendMail">
| |
| <di:waypoint x="695" y="240"/>
| |
| <di:waypoint x="750" y="240"/>
| |
| <bpmndi:BPMNLabel>
| |
| <dc:Bounds x="714" y="222" width="17" height="14"/>
| |
| </bpmndi:BPMNLabel>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromGatewayUserVoteToApproveRevision_di" bpmnElement="FromGatewayUserVoteToApproveRevision">
| |
| <di:waypoint x="670" y="265"/>
| |
| <di:waypoint x="670" y="330"/>
| |
| <bpmndi:BPMNLabel>
| |
| <dc:Bounds x="679" y="291" width="22" height="14"/>
| |
| </bpmndi:BPMNLabel>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromUserVoteToGatewayUserVote_di" bpmnElement="FromUserVoteToGatewayUserVote">
| |
| <di:waypoint x="600" y="240"/>
| |
| <di:waypoint x="645" y="240"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromPageCheckinToTheEnd_di" bpmnElement="FromPageCheckinToTheEnd">
| |
| <di:waypoint x="990" y="240"/>
| |
| <di:waypoint x="1032" y="240"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromPageCheckoutToUserVote_di" bpmnElement="FromPageCheckoutToUserVote">
| |
| <di:waypoint x="470" y="240"/>
| |
| <di:waypoint x="500" y="240"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromCollectDataToPageCheckout_di" bpmnElement="FromCollectDataToPageCheckout">
| |
| <di:waypoint x="330" y="240"/>
| |
| <di:waypoint x="370" y="240"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="FromTheStartToCollectData_di" bpmnElement="FromTheStartToCollectData">
| |
| <di:waypoint x="188" y="240"/>
| |
| <di:waypoint x="230" y="240"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNShape id="GatewayUserVote_di" bpmnElement="GatewayUserVote" isMarkerVisible="true">
| |
| <dc:Bounds x="645" y="215" width="50" height="50"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="ApproveRevision_di" bpmnElement="ApproveRevision">
| |
| <dc:Bounds x="620" y="330" width="100" height="80"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="SendMail_di" bpmnElement="SendMail">
| |
| <dc:Bounds x="750" y="200" width="100" height="80"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="PageCheckin_di" bpmnElement="PageCheckin">
| |
| <dc:Bounds x="890" y="200" width="100" height="80"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="TheEnd_di" bpmnElement="TheEnd">
| |
| <dc:Bounds x="1032" y="222" width="36" height="36"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="Activity_022sop7_di" bpmnElement="UserVote">
| |
| <dc:Bounds x="500" y="200" width="100" height="80"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="PageCheckout_di" bpmnElement="PageCheckout">
| |
| <dc:Bounds x="370" y="200" width="100" height="80"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="Activity_1cle7pj_di" bpmnElement="CollectData">
| |
| <dc:Bounds x="230" y="200" width="100" height="80"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="TheStart">
| |
| <dc:Bounds x="152" y="222" width="36" height="36"/>
| |
| </bpmndi:BPMNShape>
| |
| <bpmndi:BPMNEdge id="Association_1kfa1g9_di" bpmnElement="Association_1kfa1g9">
| |
| <di:waypoint x="940" y="200"/>
| |
| <di:waypoint x="940" y="150"/>
| |
| </bpmndi:BPMNEdge>
| |
| <bpmndi:BPMNEdge id="Association_1mp8skt_di" bpmnElement="Association_1mp8skt">
| |
| <di:waypoint x="420" y="200"/>
| |
| <di:waypoint x="420" y="150"/>
| |
| </bpmndi:BPMNEdge>
| |
| </bpmndi:BPMNPlane>
| |
| </bpmndi:BPMNDiagram>
| |
| </bpmn:definitions> | | </bpmn:definitions> |