I am working with Activiti API and, in my project, I have a panel which allows the users to suspend a process instance. In order to make this suspension, I am following the steps listed here, however I would like to save somehow the logged user who has suspended the process, is it possible?
I have already a String with the user in my code, but I don't know how could I save it on Activiti data base as the user who has suspended the process instance.
Thanks in advance!