You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an Interactive Classifier job, the "File exists" label for the output files (such as the training data) reads as "False" until the IC job is finalized. However, it's possible to rename those files anyway. Once the file is renamed, it appears as one of the available resources in the input port.
An example with a training data file. The file is renamed, but doesn't exist:
And yet it appears in the available files for the training data input port:
If one mistakenly selects that file as the input resource, the workflow won't run and it won't be clear why.
Also, deleting the workflow run doesn't make the nonexistent file go away. And it's impossible to delete the file itself, since it doesn't exist in the first place!
I imagine a possible solution would be to ensure that even if a file is renamed, it doesn't become an available resource until the workflow run is finalized.
The text was updated successfully, but these errors were encountered:
JoyfulGen
changed the title
rodan allows ressource that doesn't exist to appear in input port options (idiot-proofing request)
rodan allows files that don't exist to appear in avaibable input port resources (idiot-proofing request)
Sep 15, 2021
Just wanted to bump this, because I regularly run into the issue of selecting resources, encountering an error, and then realising its because I didn't note the time stamp of the 'false' resources from a processing or failed run. Or, as a stopgap measure, it might be nice to be able to sort by 'true'.
When running an Interactive Classifier job, the "File exists" label for the output files (such as the training data) reads as "False" until the IC job is finalized. However, it's possible to rename those files anyway. Once the file is renamed, it appears as one of the available resources in the input port.
An example with a training data file. The file is renamed, but doesn't exist:
And yet it appears in the available files for the training data input port:
If one mistakenly selects that file as the input resource, the workflow won't run and it won't be clear why.
Also, deleting the workflow run doesn't make the nonexistent file go away. And it's impossible to delete the file itself, since it doesn't exist in the first place!
I imagine a possible solution would be to ensure that even if a file is renamed, it doesn't become an available resource until the workflow run is finalized.
The text was updated successfully, but these errors were encountered: