User: alex clicked save for misc/user-info/user-info.bpmn
This commit is contained in:
parent
568e8c8ebd
commit
3f3348dd33
|
@ -85,11 +85,15 @@ current_user_extras["bamboo_supervisor_status_id"] = userBambooId = resp_BambooU
|
||||||
try:
|
try:
|
||||||
find_user
|
find_user
|
||||||
except NameError:
|
except NameError:
|
||||||
find_user = current_user["username"]</bpmn:script>
|
find_user = current_user["username"]
|
||||||
|
isCurrentUser = True</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
</bpmn:process>
|
</bpmn:process>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SR-User_Info">
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SR-User_Info">
|
||||||
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||||
|
<dc:Bounds x="2" y="209" width="36" height="36" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="Activity_0hlcuhi_di" bpmnElement="Activity_0v13afu">
|
<bpmndi:BPMNShape id="Activity_0hlcuhi_di" bpmnElement="Activity_0v13afu">
|
||||||
<dc:Bounds x="270" y="187" width="100" height="80" />
|
<dc:Bounds x="270" y="187" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
@ -115,9 +119,6 @@ except NameError:
|
||||||
<bpmndi:BPMNShape id="Activity_0xiz5vq_di" bpmnElement="Activity_1y04pbx">
|
<bpmndi:BPMNShape id="Activity_0xiz5vq_di" bpmnElement="Activity_1y04pbx">
|
||||||
<dc:Bounds x="940" y="187" width="100" height="80" />
|
<dc:Bounds x="940" y="187" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
||||||
<dc:Bounds x="2" y="209" width="36" height="36" />
|
|
||||||
</bpmndi:BPMNShape>
|
|
||||||
<bpmndi:BPMNShape id="Activity_1azbkzp_di" bpmnElement="Activity_1fkr6s9">
|
<bpmndi:BPMNShape id="Activity_1azbkzp_di" bpmnElement="Activity_1fkr6s9">
|
||||||
<dc:Bounds x="100" y="187" width="100" height="80" />
|
<dc:Bounds x="100" y="187" width="100" height="80" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
|
Loading…
Reference in New Issue