mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 14:48:10 +00:00
User: dinithijonline@gmail.com clicked save for playground/dinithi/test-lanes/PettyCashRequest.bpmn
This commit is contained in:
parent
69030cc639
commit
968fca6643
@ -28,7 +28,7 @@
|
||||
<bpmn:incoming>Flow_0k8z2d5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0usmyja</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:scriptTask id="Activity_1t2lac8">
|
||||
<bpmn:scriptTask id="Activity_1t2lac8" name="Assign Lanes">
|
||||
<bpmn:incoming>Flow_0usmyja</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0sjtrwc</bpmn:outgoing>
|
||||
<bpmn:script>requested_by = get_current_user()['username']
|
||||
@ -42,7 +42,7 @@ lane_owners = { "Cashier": [get_current_user()['username']] } </bpmn:script>
|
||||
<bpmn:incoming>Flow_11dpyk6</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_11dpyk6" sourceRef="Activity_1g7pkvp" targetRef="Event_1pureqy" />
|
||||
<bpmn:userTask id="Activity_0n95rn3">
|
||||
<bpmn:userTask id="Activity_0n95rn3" name="Approve">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="petty-cash-approval-schema.json" />
|
||||
@ -51,7 +51,7 @@ lane_owners = { "Cashier": [get_current_user()['username']] } </bpmn:script>
|
||||
<bpmn:incoming>Flow_0sjtrwc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0blso14</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:manualTask id="Activity_1g7pkvp">
|
||||
<bpmn:manualTask id="Activity_1g7pkvp" name="Display Output">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>#### Your petty cash request for {{amount}} has been approved by {{approved_by}}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
@ -64,13 +64,13 @@ lane_owners = { "Cashier": [get_current_user()['username']] } </bpmn:script>
|
||||
<bpmndi:BPMNShape id="Participant_0wq5h8c_di" bpmnElement="Participant_0wq5h8c" isHorizontal="true">
|
||||
<dc:Bounds x="-350" y="-320" width="878" height="250" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1b1rc92_di" bpmnElement="Lane_1b1rc92" isHorizontal="true">
|
||||
<dc:Bounds x="-320" y="-195" width="848" height="125" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1nnbdvi_di" bpmnElement="Lane_1nnbdvi" isHorizontal="true">
|
||||
<dc:Bounds x="-320" y="-320" width="848" height="125" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1b1rc92_di" bpmnElement="Lane_1b1rc92" isHorizontal="true">
|
||||
<dc:Bounds x="-320" y="-195" width="848" height="125" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-308" y="-158" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
@ -80,15 +80,18 @@ lane_owners = { "Cashier": [get_current_user()['username']] } </bpmn:script>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0no38z8_di" bpmnElement="Activity_1t2lac8">
|
||||
<dc:Bounds x="-60" y="-180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1pureqy_di" bpmnElement="Event_1pureqy">
|
||||
<dc:Bounds x="392" y="-158" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_05ckc2z_di" bpmnElement="Activity_0n95rn3">
|
||||
<dc:Bounds x="90" y="-300" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_19fagx7_di" bpmnElement="Activity_1g7pkvp">
|
||||
<dc:Bounds x="240" y="-180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0k8z2d5_di" bpmnElement="Flow_0k8z2d5">
|
||||
<di:waypoint x="-272" y="-140" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user