LLNL / maestrowf

A tool to easily orchestrate general computational workflows both locally and on supercomputers
https://maestrowf.readthedocs.io
MIT License
134 stars 43 forks source link

Request sorted feature for maestro status #400

Open nghiem2 opened 2 years ago

nghiem2 commented 2 years ago

Currently in v1.1.9 the status command does not seem to sort the "Step Name" column, it would be nice if there was an option (maybe a default) that the steps are listed in the order they were initiated or sorted alphabetically? Currently I run my own python script to sort status.csv and have it included in my workflow as a final step. However this does not help me while the study is in progress. I still have to manually run the script prior to each 'maestro status' execution.

jwhite242 commented 2 years ago

Ok, so I drafted up some thoughts/prototypes for some filtering options on the status outputs that should be able to address this: #402. We welcome any thoughts/suggestions on that functionality and user interface.