Odelya Holiday [
http://community.jboss.org/people/odelyaholiday] created the discussion
"Re: Defining users for TaskServer - jbpm5"
To view the discussion, visit:
http://community.jboss.org/message/584385#584385
--------------------------------------------------------------
Thanks.
In the code I start the server like this:
taskService = new TaskService(emf, SystemEventListenerFactory.getSystemEventListener());
taskSession = taskService.createSession();
taskSession.addUser(myuser);
server = new MinaTaskServer(taskService);
and I invoke it only once - startup of application.
so you mean that I can write taskSession.addGroup(myuser); while the server is running
will add it to db?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/584385#584385]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]