-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: 4.8.0
-
Component/s: Pegasus Dashboard
-
None
The URLs for dashboard pages now contain a /r/#/ string, e.g. 29 in
The number can change if the workflow is re-run or if the pegasus-monitord --replay is run to rebuild the database. This leaves no way to get a persistent URL for a workflow, which is needed to link our result pages to the workflow pages. We hard-code this in with the code starting at
https://github.com/ligo-cbc/pycbc/blob/master/bin/pycbc_submit_dax#L517
There should be a unique way to get a workflow dashboard URL that is persistent.