I've a workflow where I have a need to call a component workflow in a loop to request multiple parallel approvals. The component is setup to request an approval from a set of people for an item. The inputs are all dynamic so static models of approval won't quite work.
When the flow calls the component workflow for the 2nd time, a few seconds after the first one is called, it fails shortly afterwards.
"Failed to initiate task '7aedd014-6d40-5886-a464-19c02a8d02f0.. 0Error Code: IO.AsyncActionExecute.ErrorResponse]"
Is anyone aware of any limits on running multiple instances of a component workflow from the same parent workflow in parallel?