i figured out that - these tasks can not be <userTask> tasks, instead I changed the BPMN .xml to <task>
<task id="_2" name="My Task1" tns:taskName="task1" >
<task id="_3" name="My Task2" tns:taskName="task2" >
This seems to work fine. Is this the correct way?
thanks
B