Community

IdentityService implementation

reply from Michael Wohlfart in jBPM - View the full discussion

it seems like neither the

TaskService().takeTask([...]);

nor the

TaskService().assignTask([...]);

methods check if the assigned user is in the candidate list,

moreover you can even assign a user that doesn't exist:

TaskService().takeTask(task.getId(), "rumpelstiltskin");

and jBPM4 won't complain

Reply to this message by going to Community

Start a new discussion in jBPM at Community