Multiple filters to multiple indexes

Hello,

I have a pipeline with the following set of plutings

input
filter1
filter2
output

Is it possible to index output from filter1 to index1 and output of from both to index2?

Do you mean the output from filter1 before it is modified by filter2?

@Badger yes.

Use pipeline-to-pipeline communication with a forked path pattern.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.