Which table to find K2 serial number

  • 25 November 2009
  • 3 replies
  • 6 views

Badge +1

Hi there,


K2 worklist has 1 field called "Serial Number" which shows the process ID generated by K2.


I wonder where to find these ID's in K2 DB. Users tend to give this number for troubleshooting.


It comprises of  something like this format: xxx_xxx


Thanks....


3 replies

Badge +5

The serial number you're referring to is comprised of the following:


Process ID + "_" + Activity Instance Destination ID


However, not sure if you want to pull this from the Database. I would recommend pulling it from the API instead.

Badge +9

I don't believe the serial number is stored explicitly within a single column in the DB, but instead assembled via the API call; thus reiterating the recommendation from sboldt.   

Badge +9

K2 blackpearl provides the Worklist class to handle the scenario that you are describing. It will retrieve Worklist items that are specific for the users only and the Serial Number is one of the properties of the WorklistItem.

Reply