Select Actors From A List Defined As A Variable for 6.5.1

1
0
-1

I want to send task for selected user from combobox

Comments

Submitted by yannick.lombardi on Wed, 05/20/2015 - 14:27

Hi.

You need to use an actor filter on this task. In the filter, you set the id of the user with a script :

apiAccessor.getIdentityAPI().getUserByUserName(theNameThatYouSelectInYourList).getId();
Submitted by oibaskypchak on Fri, 05/22/2015 - 06:36

Thank you

No answers yet.
Notifications