-
Bug
-
Resolution: Done
-
Critical
-
jBPM 6.5.0.CR1
Description of problem:
When accessing a Task Content, the contentMap is null;
How reproducible:
Always.
Steps to Reproduce:
Basically you can follow the steps from this article: https://access.redhat.com/solutions/887653
You need to access an User task content using the URL: /task/
{taskId}/content/
Actual results:
Content Map is missing:
{"id":1,"serializedContent":"SERIALIZED CONTENT"}Expected results:
It should come with values, for example:
{"id":1,"serializedContent":null,"contentMap":
{"GroupId":"adm","NodeName":"Aprovar!"},"content":"SERIALIZED CONTENT"}
- clones
-
RHBPMS-316 Field 'contentMap' from a task content accessed using REST is not being filled(or coming null)
-
- Verified
-