[Feature Request]: Pipeline to support file inputs within each operation
Feature Description
Pipeline to support file inputs within each operation,
When user selects a operation, the operation would have defined within it how many external inputs it requires. Based on that additional file inputs would be created for the user to input
Why is this feature valuable?
Allows the user to automate to a higher degree more operations
Suggested Implementation
No response
Additional Information
No response
No Duplicate of the Feature
- [X] I have verified that there are no existing features requests similar to my request.
This work should be part of Pipeline v2 enhancement to avoid wasted work
Would love to see this. My network scanner has no duplex scanning function and I built a little pipeline that merges 2 scans of the odd and inverted even pages. Works like a charm, thank you so much. Now scanning both documents directly to an ftp server that shares its docker volume with the monitored pipeline there is a race condition and oftentimes just mingles the odd or the even pages. I did not find a way to set some constraints that the pipeline should take exactly 2 files and I think this issue would solve this?