Hi Guys,
I need to be able to find out who actiioned a client event in a preceeding activity in k2studio. Is this possible?
I want to produce logs that contain more user friendly information so after many hours I've found that I can get most of what I need when placing a smartobject event at the start of each activity that writes to my custom log table in SQL.
Example: I need to say x user was allocated by y user but I can't seem to mix the 2, x user is represented by the Activity detstination Instance participant name, simple enough when in the same activity, however, getting the Actioned By is elluding me.
I;ve tried using a data event and attempted to store value in a date and retrieve it form the next activity but this just crashed the workflow.
I've never been down this road before so forgive me if missing something obvious. Thanks in advance