Skip to main content
sarathkumr268295
January 11, 2024
Question

Get Process instance ID

  • January 11, 2024
  • 5 replies
  • 1 view

Is there any way to acquire the active process instance IDs of a particular process model which we need to update in the database for cancelling purpose

Like for case id 1001, the process instance id is 12223333. Can this be achieved using any report??

Thanks in advance

5 replies

harshitb6843
January 11, 2024

You will need to build a process report and pass your case ID as a filter. In that, you can add a column pp!id that gives you the ID of every Process Instance of the matching result. 

sarathkumr268295
January 11, 2024

process report should be based on process model or process?

harshitb6843
January 11, 2024

Process Model. 

konduruc733182
January 11, 2024

Hello sarathkumarr0001,

You can use the process report and select the pp!Id from the configuration of the new data. Please check the below screenshots.


2. Enter the details


3. select process properties and the pp!Id

mathieud0001
January 11, 2024