start process automatically at 8AM everyday, for each user in group

In BonitaStudio, with timer , i'm able to start one process instance everyday at 8AM.

but how do i create process instance for each user in group at 8AM everyday.

is it possible write groovy script - to login as user1 and start process , then do the same for all users in group?

Hi ,

There is a concept called Parallel Multi Instantiations. You can start multiple cases at the same time for a defined number of users.
You need to use a Start timer and then use Multi-instantiation to trigger parallel cases.
There is also sequential instantiation.

https://documentation.bonitasoft.com/bonita/7.11/iteration#_multi_instantiation

Regards

thank you for the reply. 

working that way.