Can Files Inside Stash ID be Exclusively Processed in Certain Scenarios?

This topic was automatically generated from Slack. You can find the original thread here.

are there any scenarios where only files inside stash id can be processed?

Typically, if stash is “required”, then the component outputs a file to /tmp. If stash is “optional”, then the component may accept as input either a local file path, in which case stashId is required, or a remote file URL, in which cash stashId can be omitted.

Basically I never want to use stash id beyond downloading files and always attach file urls for any action that accepts a file. Is there any scenario where only stash id based local paths are accepted?

Hi ,

Is there any scenario where only stash id based local paths are accepted?
I’m not quite I get you. Could you share more details on this?