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:31:55 +00:00
parent d9e76dc487
commit d123512cf4
1 changed files with 11 additions and 1 deletions

View File

@ -29,7 +29,17 @@
<bpmn:incoming>Flow_1d8wrjw</bpmn:incoming>
<bpmn:outgoing>Flow_0o95jof</bpmn:outgoing>
<bpmn:script># Set which fields
get_employee_fields = "firstName,lastName,preferredName,customStatusChatKey,supervisorId,supervisorEid"
get_employee_fields = ""
get_employee_fields_cnt = 0
if is_bamboo_first_name:
get_employee_fields = get_employee_fields + "firstName"
get_employee_fields_cnt = get_employee_fields_cnt + 1
if is_bamboo_last_name:
get_employee_fields = get_employee_fields + "firstName"
,lastName,preferredName,customStatusChatKey,supervisorId,supervisorEid"
# Set if current state
get_employee_only_current = True</bpmn:script>