We have a client that has a workflow that cleans out empty LF folders from a repository. They currently have 39 repositories and he would like to run that workflow on all the repositories without having 39 separate workflows. I was thinking of a for each activity that would let us run the activities for one connection profile, then when that finishes run them for the next profile. That would pass the current connection profile down to the search repository activities within the current iteration of the for each loop.
Here is a copy of their workflow, it does the activity 5 times to make sure it got all the empty folders.