Activity stream (history)

The Activity Stream (history) has been completely refactored. It no longer uses Hibernate Envers to store the history information in audit tables. Also, the model to represent the history has changed to let it return more useable information for the users.

Most related APIs have changed and some are deprecated. ActivityStreamComponent is deprecated and ActivityStreamApi should be used instead.

Examples

  • WorkflowComponent.getTaskActivityStream() returns a new model.
  • RevisionComponent has been removed.