I have a app with 2 workflows. I disable containers to define which part of workflow should run. In one part of workflow data from container one and two has this same schema so I would like to join them and proceed further with one workflow. So after this union workflow should have this same calculations and output. But when I tried to do it I an getting an error.

This union does not contain any data, because 1 container was disabled. In this case data should come from first container.

Is it possible to achieve this?