Skip to content

Unable to execute a saved workflow #55

@diegostruk

Description

@diegostruk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions