-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: engine
-
None
See User Forum:
https://groups.google.com/forum/#!topic/camunda-bpm-users/nMZ1x8xBjK8
Steps to reproduce:
- create a "standalone" task
- assign it for example to "jonny1"
- Execute REST GET task/
{id}
/form
-> A NullPointerException will be thrown.
Problem:
A standalone task has not a taskForm and in the called method "TaskResourceImpl#getForm()" does not happen a null check.