-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 5.0.1
-
Component/s: Workflow API Libraries
-
None
The progress bar emitted from wf.wait() does not include "UNRDY" as provided by pegasus-status output. As a result, there is not enough information for a user to really interpret what a half full progress bar means. "UNRDY" should be added.
status output:
- UNRDY READY PRE IN_Q POST DONE FAIL %DONE STATE DAGNAME
- 0 0 0 0 0 8 0 100.0 Success *appends-0.dag
progress bar output:
"\r[\x1b[1;32m####################################\x1b[0m] 100.0% ..Success (\x1b[1;32mCompleted: 1000\x1b[0m, \x1b[1;33mQueued: 0\x1b[0m, \x1b[1;36mRunning: 0\x1b[0m, \x1b[1;31mFailed: 1000\x1b[0m)