#actor filter

Bonita Studio Community vs Enterprise Edition

Hi,

I would like to know one thing. In the Bonita Studio Documentation Create an actor filter | Bonita Documentation (bonitasoft.com), it is said that,

  1. Create a zip file that contains the files used by the definition and implementation.

  2. In Bonita Studio, go to the Development menu, Actor filters, Import actor filter…​.

  3. Upload the zip file.

Set specific task performers

Hi,

For example, I have Sales 1 Lane, after it processes the task, it goes to another pool, there is Sales 2 Lane in this pool, I want to set the task performer of Sales 1 Lane in Sales 2 Lane.(in different pools)

How to set the options of Task performer in detail? Thanks

Set specific task performers

Hi,

For example, I have Sales 1 Lane, after it processes the task, it goes to another pool, there is Sales 2 Lane in this pool, I want to set the task performer of Sales 1 Lane in Sales 2 Lane.(in different pools)

How to set the options of Task performer in detail? Thanks

Actor Filter - set to previous task performer manager

A quick question regarding Actor filters

For example I have Staff Level 2 Lane, after it processes the task, it goes to the next swim lane (staff level 3). How can I set the actor to be the manager of the one who processed the task on Staff Level 2 lane?

Within the action filter, we do have Initiator manager, but in this case, we want it to be the task performer manager? Any advice? thanks

How to assign a Human Task to multiple users

Hi Community
I have saved a list of user emails in my database. From the Process, i am retrieving these users and saving the values in an Process variable.
Now I want to assign a human task to all these users. The person who picks the task first and does it will close the task. Ohers may not interfere.
But I need all the users to be able to see the tasks in Task List.
I have used a script like

import org.bonitasoft.engine.api.IdentityAPI;
import org.bonitasoft.engine.identity.User;

Actor filter

Hello i am creating a process in which i have 3 actor lanes.How can i specify that a task which is completed to a lane then it is reeurned to the specific user of the previous lane who started that task.

How to save the output of an actor filter into a variable?

Hello,

I have a process with a lane on which I have an actor Validator

I have configured an actor filter on this lane.

I need to know who are the users that are associated to the lane because I need to send a notification to them.

In my process I need to send the notification in a service task and then after a while I have a human task.

Change Actors Dynamically

Hi,

I want to define a group of actors in the current task to be candidates of the next task. I see that it is possible using actor filters. Can someone help me with this implementation?

P.S. I use Bonita Community 7.10.3 and the access is via Engine API.

Thanks,

Diana

Filters for teams of 2 with supervisors

Hi! We have a process with several teams. Each team is a group of 2 users -- here, students doing a translation work. Each team has 6 sheets to translate (and to summarize with an abstract). Team A is Alice and Albert, team B is Brigitte and Bob, etc.

Alice is translating sheets A1, A2 and A3.

Albert is translating sheets A4, A5 and A6.

Albert is the reviewer of the work done by Alice (sheets A1, A2 and A3). Alice reviews the translation work done by Albert (sheets A4, A5 and A6).

groovy DAO, access to BDM on an actor filter groovy

Hello!!!

I have a question, i have tried in a lot of ways to make the connection to the BDM on a java class actor filter implementation.

Looking on the package explorer, i can see this is a groovy script and that is my question, is there posible to connect to the BDM on a groovy script.

My class is

Notifications