Henchway
5 years agoContributor
Conditional Execution without open input?
Hi everyone,
i’m wondering whether there is any snap i can use at the beginning of a pipeline to check whether a particular part of it should be executed without the need of an open input.
What i...
- 5 years ago
Hi @Henchway
Does the conditions in the Filter snaps uses fields from the input stream or uses defined parameters(ex: passed from the parent pipeline or hardcoded pipeline parameters)?
If you are using parameters then you can use JSON Generator Snaps(instead performing calls to list the files) before the Filter Snaps in order to initialize the flow.
Regards,
Spiro Taleski