You could have a helper object that gets passed, connect all the items you want to pass with associations to the helper object, pass the helper object to the workflow, that way you can get the list of items in the next stage of the workflow, by retrieving them through the helper object.