User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_get_employee.bpmn

This commit is contained in:
sartography-automated-committer 2023-01-13 04:57:06 +00:00
parent c4d66b598d
commit e426eb8cda

View File

@ -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>