It looks like subgraphs are affected by the enqueue executions setting. We have that set to false in our configurations to prevent graphs from backing up if an earlier run runs a little long, but our intent is to use subgraphs to support reuse in the actual pulling of data. Unfortunately, this doesn’t seem to be possible as the enqueue executions setting prevents multiple instances of the same subgraph from running, even if those subgraphs are invoked in different parent graphs.
Is there a way around this without turning enqueue executions on?