A customer recently asked how to call multiple transfers in parallel from a Process Flow. Here is one approach:
Create a Fork | Merge in your process flow for each transfer. You can then do a "For Each" based on the contents of the XML.
For example, if you have in your Workflow:
file1.txt
file2.txt
file3.txt
Set the ForEach to Workflow.FileList
Then build the appropriate XMOFTSReq before each transfer, e.g.
file1.txt
...
You can do this in another activity, or in a MIM Pre-Script.
Finally, call the sub-process "Transfer_File". The resulting workflow would look like this:
