1 # This configuration is used to verify that products created in one
2 # path cannot be retrieved from another. The 'IntReaderThenProducer'
3 # module checks to see if a product is present, and if so, it adds to
4 # it a delta value. With the below configuration, we should get an
5 # exception throw because of the cross-path dependencies.
7 # However, even though the 'IntReaderThenProducer' uses the 'consumes'
8 # interface, an exception is *not* thrown because the data-dependency
9 # checker allows for the possibility of the product originating from
10 # the source, which would not be an error.
12 # To generate an error, the inputTag should have the 'current_process'
13 # special process name included as the process name.
15 source.module_type: EmptyEvent
20 module_type: IntReaderThenProducer
26 module_type: IntReaderThenProducer