Hi,
As per the subject question: Is it possible to have multiple instances of the same Process flow running in parallel by calling it as API?
I want to be dynamically calling the process flow as API to start as many instances as needed to handle the full set of records. Each set will be assigned a group number to identify the different set, and this will be passed in as input to the API call for starting and processing the group set.
If dynamically starting of multiple instances of the process flows is not possible I will be forced to create a dublicate of the same process flow hardcoding each group set and will not be able to dynamically call as many as I configure.