How to create 2 or more process in Bonita?

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

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.