I'm working on a workflow that uses two input files. In order to run the workflow, one file is always required and the 2nd file can be optional input because it is a static file that doesn't change much. is it possible to create a workflow that would consume the 2nd optional file, use that new file in the workflow, then replace the old file with new optional file. So that the next time the user runs this workflow it will automatically read the most recent optional input file without the user manually pointing to it using the interface. I know this idea may just be pie in the sky but any help would be appreciated thanks!!!