I have a task that actor should select the actors of the next task from the user list.

1
0
-1

hello,
I have a process that in one task an actor chooses the next task actors. how can perform this process by UI Designer or 6X?
thanks.

2 answers

1
0
-1

Thanks lionel
How can I fetch list of users and store them in a process variable, then show them as a checkbox list in my form that user can select from them??

1
0
-1

Hi,

You can achieve that using the actor filter. You can implement your own logic to build the list of candidate for a task. So in your case, you can have a process variable that stores the user choice for the next task candidate and then an actor filter that use this process variable to build the list of candidates.

Here is the documentation about actor filter: http://documentation.bonitasoft.com/?page=creating-an-actor-filter

Cheers

Comments

Submitted by rohollah.ehsani on Wed, 06/07/2017 - 07:21

Thanks lionel
How can I fetch list of users and store them in a process variable, then show them as a checkbox list in my form that user can select from them??

Submitted by Lionel Palacin on Wed, 06/07/2017 - 17:40

You can use the identity REST API to fetch a list of users from the form and you can just return the user id on task submission and store it in a process variable.

Submitted by rohollah.ehsani on Thu, 06/08/2017 - 08:54

thank you so much.

Notifications