Skip to main content
Nintex Community Menu Bar
Knowledge Base

How to confirm whether a GoToActivity was performed?

  • May 26, 2023
  • 0 replies
  • 56 views

Forum|alt.badge.img+5

Problem

How do we confirm whether a GoToActivity was performed on a workflow instance?

Solution

1. Filter the rows in the [ServerLog].[ProcInstAudit] table in the K2 database by the ProcInstID.2. If there is a row with a [Descr] value similar to the line below, then a GoToActivity was performed:

Process reset to activity {StepName} by {FQN}.

This confirms that user {FQN} performed a GoToActivity on the workflow instance while on {StepName}.