cancel
Showing results for 
Search instead for 
Did you mean: 

how to get all users in activiti;

bathio2014
Champ in-the-making
Champ in-the-making
hi,
i want to get all of users from activiti dataBase but i didn't find how to get its in the Activiti API.
has everyone an idea how to get this list.
thanks.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi


  /**
   * Creates a {@link UserQuery} that allows to programmatically query the users.
   */
  UserQuery createUserQuery();

Regards
Martin