]
Gary Brown updated RTGOV-452:
-----------------------------
Git Pull Request:
ElasticSearch activity store impl must return full activity unit
----------------------------------------------------------------
Key: RTGOV-452
URL:
https://issues.jboss.org/browse/RTGOV-452
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
The new Elasticsearch ActivityStore implementation decomposes the ActivityUnit into the
unit and separate ActivityType objects when persisting in ElasticSearch.
However when the implementation is returning the ActivityUnit, it only retrieves the unit
part, and does not rebuild the child ActivityType objects. These also need to be retrieved
to return the ActivityUnit in full.