-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When attempting to load and execute a saved workflow that contains ReadCsv nodes issues will arise if the generated csv which results from uploading a file during workflow creation is not there anymore.
To reproduce:
- Create a new workflow from ui which contains a ReadCsv node.
- Save the workflow.
- Go to directory where the workflow was created and remove the csv file that was generated -uuid-(original-file-name).csv- during the upload of the original csv.
- Load workflow and attempt to execute.
- Console error message saying that file does not exist.
When saving the workflow, the json that is persisted contains the references to the generated files. I came across this issue when working in the CLI and then realized that the same is happening in the UI.
While this is not a blocker, I wanted to document this issue somewhere so that we can have a discussion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels