Support a query parameter for matching the process type
#642
Labels
feature/docker
Issue related to Docker application package execution.
project/OGC
Related to OGC testbeds or relavant projects.
triage/conformance
Issue related to fixing/ensuring compliance to specifications.
Feature
support(conflict with OGC API - Records definitions)type=builtin|wps|docker|...
query parametertype
with one of https://docs.ogc.org/DRAFTS/20-004.html#annex_resource_types, notably:type: http://www.opengis.net/spec/ogcapi-processes-1/1.0
type: http://www.opengis.net/def/serviceType/ogc/wps
/processes/{id}
and/jobs/{id}
responses must includeproperties.type
definition(https://docs.ogc.org/DRAFTS/20-004.html#sc_type)
for the "process type":
use
_get_package_requirements_as_class_list
function to infer this value, can be a method of datatype Process for ease of useprocessType=builtin|wps|docker|...
query parameteradjust the corresponding
type
parameter used on/jobs
References
The text was updated successfully, but these errors were encountered: