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