Hello.
I need to know the name of the user who completed every user task from history. Is this possibile in a general setting, should this be logged in history when it’s set to ‘FULL’ ?
Actually i found few solutions like:
- Using cam-sdk to inject camunda user from the form javascript (this solution is not safe, the javascript can be modified by client)
- Using the task listener that gives me the user on the ‘complete’ event.
I wish to add a configuration or a general listener that saves the user for whatever user task I make. Is this possible ?