Multi-instantiated asynchronous execution of human tasks

1
0
-1

Hi, I am designing the process of survey. It has several multi-instantiated sequentially arranged human tasks, which assigning to lists of users. Lists are forming dynamically. I want users from the lists will be able to perform tasks independently. In my case the user can not proceed to the next task until it will be executed by all users assigned to this task. Is there any possible ways to solve my problem?

I am using Bonita BPM Studio Community 6.2.6, Java 7u55, Windows 7 x64

Regards, Igor

1 answer

1
0
-1
This one is the BEST answer!

Hello,

If I have well understood, you have a sequence of multi-instanciated tasks and you want people to go through this full set independently. Assumed I am right, I think you are looking for a multi-instanciated call activity task. As a reminder, a call activity task calls another process, then another full sequence flow (start, activities and end) will be multi-instanciated here and will allow your users to be independent during the full tasks set.

Pierrick

Comments

Submitted by Ozzoid on Fri, 05/02/2014 - 17:26

Thanks, it's a good idea, but after calling another process I have unassigned tasks. I have checked "Use a collection" option and provide list of users' id. There is an option "Actors" that exists in standart human task, but I don't see it for call activity task. How can I get assigned tasks to users from list?

Submitted by Ozzoid on Sun, 05/11/2014 - 08:59

So, who are interested, here is an answer on my question http://community.bonitasoft.com/answers/dynamic-user-assignment-dynamic-...

Notifications