-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
feature/job/provenanceIssue related to W3C PROV metadata applied to a Job.Issue related to W3C PROV metadata applied to a Job.project/OGCRelated to OGC testbeds or relavant projects.Related to OGC testbeds or relavant projects.project/OGC-IPTDevelopments related to OGC Integrity, Provenance, and TrustDevelopments related to OGC Integrity, Provenance, and Trust
Description
Description
Job provenance that failed generation or that was dismissed from cleanup should employ a properly defined type.
Currently, a temporary/unofficial "no-job-provenance"
is used:
weaver/weaver/wps_restapi/jobs/utils.py
Lines 1535 to 1540 in ab14bba
prov_body = { | |
"title": "NoJobProvenance", | |
"type": "no-job-provenance", # unofficial | |
"detail": "Job provenance could not be retrieved for the specified job.", | |
"cause": "Missing or invalid provenance details." | |
} |
References
Metadata
Metadata
Assignees
Labels
feature/job/provenanceIssue related to W3C PROV metadata applied to a Job.Issue related to W3C PROV metadata applied to a Job.project/OGCRelated to OGC testbeds or relavant projects.Related to OGC testbeds or relavant projects.project/OGC-IPTDevelopments related to OGC Integrity, Provenance, and TrustDevelopments related to OGC Integrity, Provenance, and Trust