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