Multiple ids as business key in a single camunda process

Can I have multiple account ids as business key to create a single workflow process to initiate the workflow for a bulk of account ids .

Hello @sashikanta375 ,

this cannot be done.

However, you can instantiate one process instance with a multi-instance call acitivity where you can map the account id as business key for each child process instance.

I hope this helps

Jonathan