crim-ca / weaver

Weaver: Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES); OGC API - Processes; WPS; CWL Application Package
https://pavics-weaver.readthedocs.io
Apache License 2.0
24 stars 6 forks source link

Update JobID with URN notation #505

Open fmigneault opened 1 year ago

fmigneault commented 1 year ago

Description

To better describe the jobs at a glance, the following notation should be used: urn:<server-name>:wps:<process-id>:<datetime>:jobid:<UUID>

Using this notation, it will be clear directly with the job URN where the execution was accomplished, for which process and at what time. This can become relevant when listing multiple JobID, since the plain UUID does not provide enough information to quickly identify jobs of interest when doing a search. One has to go fetch additional status details for each JobID to better understand what they imply.

References