How to create 2 or more process in Bonita?

1
0
-1

Hi ,
how i create 2 or more process and when user have started a sesion , retrieve all the HumanTasks that user have.?

Is it possible have parallel proceses?

Regards

Comments

Submitted by Sean McP on Wed, 09/02/2015 - 04:52

Do not mix up parallel processes with duplicate processes. They are different.

I think you are asking is it possible to start a process more than once, yes.

How to do it - call the Start process twice.

To get the processes for a user - use the Search processes API and like with processid - return only the ones for the user using userid as the key.

No answers yet.
Notifications