You can use the Process Instance Audit Reporting SmartObject to see GOTO activities in audit.
HTH
Vernon

Hi Joao
See below table..
- K2].[ServerLog].[ActInstDest]
- StartDate: Date and time when the activity was started
- User: Current assigned user
- [K2].[ServerLog].[ProcInst]
- Originator: Originator of workflow instance
- StartDate: Start date of workflow instance
- [K2].[Server].[ActionActInstRights] (For active instances)
- This table returns all assigned users (original destination and delegated/redirected) for the workflow instance/activity
- The ‘ActionerID’ column corresponds to the ‘ID’ column in the [K2].[Server].[Actioner] table so you can obtain the name of the assigned user.
- [K2].[ServerLog].[ActInstSlot] (For completed instances)
- User: Final user who actioned on the task
- StartDate: Date and time when task was assigned to the user
- EndDate: Date and time when task was actioned by the user
Should you find the information from the article useful or leading you to the answer please mark as "Solution and/or Kudo", as it will assist other k2 developers with relevant information in the near future.
Best Regards
Elvis
[K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member]