-
Bug
-
Resolution: Done
-
Major
-
7.6.0.Final
-
None
-
NEW
-
NEW
-
-
2018 Week 11-12
I am doing poc on JBPM case management functionality(7.6.0-Final) and am trying to find a case instance based on case-data that I am providing during case creation using rest API:
BODY:
{
"case-data":
,
"case-user-assignments":
,
"case-group-assignments":
}
To Find case instances I am using:
However, it is not returning the case that was earlier successfully created. On investigation I see that the "case-data" that I am passing at the time of case creation, it is getting saved in table variableinstancelog , however at the time of query, it is using table CaseFileDataLog and so not able to find the case instance.