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:39:49 +00:00
parent 0f238a6f19
commit a96db51efc
1 changed files with 3 additions and 3 deletions

View File

@ -37,15 +37,15 @@ if is_bamboo_first_name:
get_employee_fields_cnt = get_employee_fields_cnt + 1
if is_bamboo_last_name:
get_employee_fields = get_employee_fields + "lastName" if get_employee_fields_cnt > 0 else ",lastName"
get_employee_fields = get_employee_fields + "lastName" if get_employee_fields_cnt = 0 else ",lastName"
get_employee_fields_cnt = get_employee_fields_cnt + 1
if is_bamboo_preferred_name:
get_employee_fields = get_employee_fields + "preferredName" if get_employee_fields_cnt > 0 else ",preferredName"
get_employee_fields = get_employee_fields + "preferredName" if get_employee_fields_cnt = 0 else ",preferredName"
get_employee_fields_cnt = get_employee_fields_cnt + 1
if is_bamboo_status_key:
get_employee_fields = get_employee_fields + "customStatusChatKey" if get_employee_fields_cnt > 0 else ",customStatusChatKey"
get_employee_fields = get_employee_fields + "customStatusChatKey" if get_employee_fields_cnt = 0 else ",customStatusChatKey"
get_employee_fields_cnt = get_employee_fields_cnt + 1
# supervisorId,supervisorEid"