I have a workflow that runs 5 different workflows in an Asynchronous way. All works great but my only concern is capturing the output that each of the workflows generate using System.log(---);. My questions is, how do i capture that output produced by the asynchronous processes. I have looked around and so far, I can only find outputparameters and inputparameters.
Thank you for any help.