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 03:37:51 +00:00
parent cb7d4316f3
commit 1b971a43ab
1 changed files with 7 additions and 1 deletions

View File

@ -40,9 +40,15 @@ if is_bamboo_last_name:
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_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_cnt = get_employee_fields_cnt + 1
preferredName,customStatusChatKey,supervisorId,supervisorEid"
# supervisorId,supervisorEid"
# Set if current state
get_employee_only_current = True</bpmn:script>