decodeProcessId

Decodes "process" IDs into "database" IDs.

Process IDs written to the log and returned from Process Manager are in the form "pvm:nnnn". Whereas, PVM engine tables use database IDs (dbId). In order to debug PVM engine tables, you can use this operation to correlate the process IDs with the database IDs.

  • The request must specify the process ID you want decoded.
  • The response returns the database ID.
Required System Action
queryProcessInstance
API Descriptions