-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
- 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.