I'm trying to figure out if this is something I can do. If you are familiar with the service-now workflow engine they have a Branch activity. This activity allows you to split the running leg of the workflow into multiple segments (much like the vco Switch) but it will evaluate all of the options of the input and run each branch simultaneously. Whereas Switch seems to work with a first match only mentality.
Here is what is looks like in service-now
As you can see the workflow branches split out and then join back up further down once they are complete. I'm guessing I can get something close to this building up an Array of all the options I need to run and incorporating the Foreach element, but I didn't want to reinvent the wheel if there was a better way to go about it. If you have any suggestions I'd love to hear them
Thanks
Chris