How to get case ID of current process

1
+1
-1

I make one connetor which will insert data to external database after task is completed . i want to store case id of that case into database how can i achive

1 answer

1
+1
-1
This one is the BEST answer!

Hi Kppatel,

When you are in Expression Editor you will be able to retrieve the id from select box on the right side. There is one variable called processInstanceId

Cheers

Comments

Submitted by kppatel on Tue, 05/20/2014 - 07:04

Hello Thank you i got it , as well how can i get Task ID ? pl it would be appreciable

Thanks

Submitted by Pablo Alonso de... on Tue, 05/20/2014 - 13:32

Hi again,

It is activityInstanceId Here you can found more info about expression editor which will help you with the other ones http://documentation.bonitasoft.com/using-expressions-and-scripts

Notifications