I’m trying to mimic camunda 7 user operation history for UserTasks.
For this we setup the camunda supported elastic exporter.
So far so good, as indexes are created with entries.
However for some reason, the user tasks index are created but not having new entries when I update stuff. They are enabled but am I missing some other configuration ?
I’m particularly interested in the actions when a user claims/assigns/unassigns/completes or does other actions to build an audit trail.
I would certainly upgrade to the latest version of 8.5 if you can .
Take a look at the release notes to find out if what you’re looking for might have been added/improved.
In Camunda 8.5 Zeebe User Tasks were introduced. For Zeebe User Tasks, you can extract the required status changes from the zeebe-record-user-task index directly if you wish so.
The update intent (assign/unassing/complete) for the Zeebe User Tasks is being recorded there along with relevant metadata.
There are plans to include an OOTB solution for this use case in later Camunda 8 release.