But how can i handle the Parmater that resturns the called Workflow.
I wrote a workflow that removes special snapshots of a given VM and returns the names of this
snapshots as an Array.
Now i wrote a workflows that should do this for some VMs. That all works fine. But i get in this workflow
only the returned Array of the last called Workflow in the foreach element. If it where only a parameter of may be "String",
than i can define that forech element put the single returned strings in to an array. so i get all return values of the iteration.
but at the moment it looks for me that orchestrator can't collect Array of Arrays.
best regards,
Mike