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:50:16 +00:00
parent eed74f7b54
commit 8b6ea0078f
1 changed files with 8 additions and 4 deletions

View File

@ -44,13 +44,17 @@ if is_bamboo_last_name:
get_employee_fields_cnt = get_employee_fields_cnt + 1
if is_bamboo_preferred_name:
if get_employee_fields_cnt = 0
get_employee_fields = get_employee_fields + "preferredName" if get_employee_fields_cnt = 0 else ",preferredName"
if get_employee_fields_cnt = 0:
get_employee_fields = get_employee_fields + "preferredName"
else:
get_employee_fields = get_employee_fields + ",preferredName"
get_employee_fields_cnt = get_employee_fields_cnt + 1
if is_bamboo_status_key:
if get_employee_fields_cnt = 0
get_employee_fields = get_employee_fields + "customStatusChatKey" if get_employee_fields_cnt = 0 else ",customStatusChatKey"
if get_employee_fields_cnt = 0:
get_employee_fields = get_employee_fields + "customStatusChatKey"
else:
get_employee_fields = get_employee_fields + ",customStatusChatKey"
get_employee_fields_cnt = get_employee_fields_cnt + 1
# supervisorId,supervisorEid"