4 Replies Latest reply on Feb 18, 2012 4:57 AM by jimmy.dongjia

    The users or groups which human task server add is stored in db?

    jimmy.dongjia

      dear all:

       

                Human task server requires all users and groups to be predefined before trying to assign a task to that user or group.

               So you need to make sure you add the necessary users and group to the database using the taskSession.addUser(user) and taskSession.addGroup(group) methods.

              

                In persistence.xml there is "org.jbpm.task.User",is the users stored in table User? why after I run the human task server, there is no table User in database jbpm?

       

                And another question: Can users be added dynamically? if I want to define new users after human task server start, how should I do?