You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I got some questions when trying to interact with a document stream from one pipeline to another
I have a
PhotoPipeline
, who process an image and create 2 documents:I have a second pipeline, with a dependency from the previous one.
I need at some point the stream of the thumbnail document.
Currently I do like this (in the second pipeline):
And then in my
Module.ExecuteAsync
(declared inProcessModules
), I doInputProcess
(I doubt it if I read correctly the docs) ?PostProcessModules
of the first pipeline, but I would like to keep it like thisThe second question will be cool, as the `ExecuteAsync would be called for each document, instead of a personal loop in one call
Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions