I have a list of ids and need to make a service call with every single id. I thought about using the multi-instance feature which parallely creates multiple instances of the same task. However, is it possible to give different inputs (in my case different ids) to every instance?
Thanks,
Adarsh