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:35:38 +00:00
parent d123512cf4
commit cb7d4316f3
1 changed files with 5 additions and 2 deletions

View File

@ -37,9 +37,12 @@ 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 + "firstName"
get_employee_fields = get_employee_fields + "lastName" if get_employee_fields_cnt > 0 else ",lastName"
get_employee_fields_cnt = get_employee_fields_cnt + 1
,lastName,preferredName,customStatusChatKey,supervisorId,supervisorEid"
preferredName,customStatusChatKey,supervisorId,supervisorEid"
# Set if current state
get_employee_only_current = True</bpmn:script>