User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_get_employee.bpmn
This commit is contained in:
parent
d123512cf4
commit
cb7d4316f3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue