reanahub / reana-workflow-engine-yadage

REANA Workflow Engine Yadage
http://reana-workflow-engine-yadage.readthedocs.io/
MIT License
0 stars 35 forks source link

progress: finished 67/65 #102

Open tiborsimko opened 5 years ago

tiborsimko commented 5 years ago

For the BSM search example, the progress is shown as follows:

$ reana-client status -w reana-demo-bsm-search
NAME                    RUN_NUMBER   CREATED               STATUS     PROGRESS
reana-demo-bsm-search   7            2019-01-28T13:17:13   finished   67/65  

The 67/65 is not very intuitive, since it is greater than 1. If the workflow creates new tasks on its way, then it is OK that the total number of jobs is raising, but we should perhaps report 67/67 at the end, which is what people would expect.

We should check how the total number of jobs is being calculated and increased for Yadage workflows.

tiborsimko commented 4 years ago

See also https://github.com/reanahub/reana-client/issues/391