Bug 1312059

Summary: [RFE] Task Event Listener for task content changes
Product: [Retired] JBoss BPMS Platform 6 Reporter: Bernard Tison <btison>
Component: jBPM CoreAssignee: Alessandro Lazarotti <alazarot>
Status: CLOSED EOL QA Contact: Radovan Synek <rsynek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:08:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bernard Tison 2016-02-25 16:12:31 UTC
Description of problem:

In BPMS 6.2, task events are fired when the status of a human task is changed, but not when the task contents is modified without changing the task status (e.g. by a call to UserTaskService.saveContent(Long, Map<String, Object>))

My customer has two use-cases for this:
* track all changes to task content in an audit trail.
* use task content events to duplicate task content data in a secondary data store (mongo, elasticsearch) to allow enhanced searching capabilities on task content data.