Hey,
I am trying to create a simple process with one human task. When I create this human task with a default actorId like "krisv" or "mary" everething works just fine.
But when i am trying to create a new user with
taskSession.addUser(new User(name));
and then assign the human task to this new user the created task has a null value for the actualOwner_id. So I am not able to retrieve this task. But the table organizationalentity
contains this new user.
I am using jBPM 5.4 with MySQL database.
Do I miss something?
Thanks in advance.