I've got a very large build process that I'd like to move parts or the whole thing over to workflow, but I can't seem to find a way to do recursion or a simple code activity to pull in the projects located in a base source directory.
in MSBuild it's an itemGroup
like so ../**/*.proj
what would I do in workflow designer?