mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_get_employee.bpmn
This commit is contained in:
parent
c4d66b598d
commit
e426eb8cda
@ -57,7 +57,19 @@ if is_bamboo_status_key:
|
||||
get_employee_fields = get_employee_fields + ",customStatusChatKey"
|
||||
get_employee_fields_cnt = get_employee_fields_cnt + 1
|
||||
|
||||
# supervisorId,supervisorEid"
|
||||
if is_bamboo_supervisor_id:
|
||||
if get_employee_fields_cnt == 0:
|
||||
get_employee_fields = get_employee_fields + "supervisorId"
|
||||
else:
|
||||
get_employee_fields = get_employee_fields + ",supervisorId"
|
||||
get_employee_fields_cnt = get_employee_fields_cnt + 1
|
||||
|
||||
if is_bamboo_supervisor_eid:
|
||||
if get_employee_fields_cnt == 0:
|
||||
get_employee_fields = get_employee_fields + "supervisorEid"
|
||||
else:
|
||||
get_employee_fields = get_employee_fields + ",supervisorEid"
|
||||
get_employee_fields_cnt = get_employee_fields_cnt + 1
|
||||
|
||||
# Set if current state
|
||||
get_employee_only_current = True</bpmn:script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user