this is my definition of the user task:
<bpmn:userTask id="Task_4" name="Task 4" camunda:assignee="demo">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="module" label="Modulkurse" type="ch.zhaw.iwi.demokell.Module" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_1djhjhi</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1dy1hbs</bpmn:outgoing>
</bpmn:userTask>
Executing the model in Eclipse will yield the following error (Module.java is available):
- unknown type ‘ch.zhaw.iwi.demokell.Module’ | process.bpmn | line 77 | column 98