I have a requirement to only allow a specific workflow when executed to only run in parallel up to a specific number. Does anyone have any advice on the logic I should use? An external system is calling this workflow 100 times and I only want my workflow to run 7 of those requests at a time etc.
Thank you
-Stephen