EOEPCA / proc-ades

Application Deployment and Execution Service (ADES) building block of the Processing & Chaining domain area
https://eoepca.github.io/proc-ades/master
Apache License 2.0
5 stars 5 forks source link

ADES-2 jobs are missing the `processID` property #33

Open bevalentin opened 1 year ago

bevalentin commented 1 year ago

Because the ADES has the conformance class http://www.opengis.net/spec/ogcapi-processes/1.0/req/job-list, the jobs must contain a processID. This is currently not the case.

It is thus not possible to relate a job to the corresponding process (especially annoying when requesting a jobs list).

See req_job-list_processID-mandatory and "Abstract test A.74" in the OGC API - Processes - Part 1: Core.