Yes, normally excuting a pipeline instead of node ...
# advanced-need-help
v
Yes, normally excuting a pipeline instead of node would work indeed. In our case we need to check if the outcome of a node is True or False and that will trigger the executing of another pipeline. For that we need to capture the output and xcom seems the only way of passing such info into a next task. Unless there is another solid option