Details
-
Improvement
-
Resolution: Fixed
-
Major
-
4.8.0
-
None
Description
The URLs for dashboard pages now contain a /r/#/ string, e.g. 29 in
https://sugwg-osg.phy.syr.edu/pegasus/u/simonisa.selmon/r/29/w?wf_uuid=2aa1c3f5-b926-46db-9f02-96a02f3df482
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.
https://sugwg-osg.phy.syr.edu/pegasus/u/simonisa.selmon/r/29/w?wf_uuid=2aa1c3f5-b926-46db-9f02-96a02f3df482
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.