[enhancement] Find a way to display that workflows are related
It would be useful if we could display a workflow, and show other workflows that are related.
For the verification suite AS workflow (https://earth.bsc.es/gitlab/es/auto-s2s), we are considering the option to execute StartR (https://earth.bsc.es/gitlab/es/startR/) but instead of calling ecFlow, to use Autosubmit.
The verification suite workflow would then create multiple workflows, one for each chunk of data (do not confuse with Autosubmit configuration chunks, same name, different meaning).
This means we could have:
-
a000is an autosubmit experiment for theauto-s2s -
a00{1,2,3,4,5,6,7,8,9}are experiments created, and executed withina000
It would be nice if we had a way to store some (meta)data to indicate these workflows are all related. And maybe display links for users to click and navigate between workflows.
Also useful for cleaning up, since we could locate orphan workflows (e.g. a000 and a00{1,2,3,4,5} were deleted, which means we should be good to delete a006, a007, a008, a009).
There is also an issue in Climate DT where a similar use case was mentioned, of a workflow having other workflows that are related to this. And we could also consider that any workflow started with autosubmit run --start_after also has a relationship/link to another workflow.