-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
- start a case instance with a HumanTask inside
- try to submit the task via FormService#submitTaskForm()
--> A NullpointerException will be thrown, because the "execution" is null. But in that case instead of the "execution" the "caseExecution" should be used to submit the task form.