lanl / BEE

Other
14 stars 3 forks source link

Delete Archived Workflows #700

Closed Boogie3D closed 4 months ago

Boogie3D commented 11 months ago

The BEE client should have a command to conveniently delete an archived workflow and any associated files from the .beeflow directory. Doing this manually can cause issues. Removing GDB files may cause issues as sometimes an orphaned Neo4j process seems to be accessing them even when all BEE components are down (this could be caused by something I did wrong, but if not then these rogue processes also need to be killed).

Possible commands are:

pagrubel commented 7 months ago

Archived workflows are in bee_workdir/archives. There are also files in bee_workdir/workflows. Maybe put this off and discuss having a utility for bee_workdiir/archives like let them move them and some command to let them unpack a tar ball in a path they specify.

pagrubel commented 5 months ago

I think I'll add Cancelled workflows to this as well.

pagrubel commented 4 months ago

Addressed in #774