User operations history in camunda 8 via elastic exporter

Hi all,

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.

Kind regards,
Jonathan

2 Likes

I have the same issue. Would be nice to see a dev to answer this question, because it is essential in my workflow. :upside_down_face:

Which version of Camunda 8 are you using?
We’re incrementally improving how user tasks are handled by Zeebe at the moment.

Currently we are using 8.4.0

@Niall Should we update to a newer version ? Will it be easier/possible then ?

Thanks!

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.

Hey @Jonathan1 any update on the issue , I was working on the same issue.

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.