Update the business Key

I have service task which is creating multiple instance of a call activity in turn it will have different process instance id
i want these each process instance to be associated with a specific business key
is it possible to update the business for a process instance Id

regards,
Kartik

Hey @kartik,

When you use a Call Activity you can configure the business key for the created process instance.

image

Additionally, you can use the RuntimeService#updateBusinessKey method to set or update a business key for a particular process instance.

Cheers,
Filip