Hi!
I have in my process 2 human tasks.
I handle my tasks with CommandBasedWSHumanTaskHandler.
After this line:
client.addTask(task, content, null);
It should save the task to db.
I see that only the first task is saved to DB, and when the code reaches the second human task - after this line it does not save to DB!
Can BPMN support more than one human task?