-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #742 from crim-ca/job-management-execute
- Loading branch information
Showing
44 changed files
with
2,916 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"$schema": "https://schemas.opengis.net/ogcapi/processes/part1/1.0/openapi/schemas/statusInfo.yaml", | ||
"jobID": "a305ef3e-3220-4d43-b1be-301f5ef13c23", | ||
"processID": "example-process", | ||
"providerID": null, | ||
"type": "process", | ||
"status": "succeeded", | ||
"message": "Job succeeded.", | ||
"created": "2024-10-02T14:21:12.380000+00:00", | ||
"started": "2024-10-02T14:21:12.990000+00:00", | ||
"finished": "2024-10-02T14:21:23.629000+00:00", | ||
"updated": "2024-10-02T14:21:23.630000+00:00", | ||
"duration": "00:00:10", | ||
"runningDuration": "PT11S", | ||
"runningSeconds": 10.639, | ||
"percentCompleted": 100, | ||
"progress": 100, | ||
"links": [ | ||
{ | ||
"title": "Job status.", | ||
"hreflang": "en-CA", | ||
"href": "https://example.com/processes/download-band-sentinel2-product-safe/jobs/a305ef3e-3220-4d43-b1be-301f5ef13c23", | ||
"type": "application/json", | ||
"rel": "status" | ||
}, | ||
{ | ||
"title": "Job monitoring location.", | ||
"hreflang": "en-CA", | ||
"href": "https://example.com/processes/download-band-sentinel2-product-safe/jobs/a305ef3e-3220-4d43-b1be-301f5ef13c23", | ||
"type": "application/json", | ||
"rel": "monitor" | ||
}, | ||
{ | ||
"title": "Job results of successful process execution (direct output values mapping).", | ||
"hreflang": "en-CA", | ||
"href": "https://example.com/processes/download-band-sentinel2-product-safe/jobs/a305ef3e-3220-4d43-b1be-301f5ef13c23/results", | ||
"type": "application/json", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/results" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<wps:ExecuteResponse | ||
xmlns:wps="http://www.opengis.net/wps/1.0.0" | ||
xmlns:ows="http://www.opengis.net/ows/1.1" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ../wpsExecute_response.xsd" | ||
service="WPS" | ||
version="1.0.0" | ||
xml:lang="en-CA" | ||
serviceInstance="https:/example.com/wps?request=GetCapabilities&amp;service=WPS" | ||
statusLocation="https:/example.com/wpsoutputs/fd6e2171-39a7-4f99-b639-c43b51f15b56.xml"> | ||
<wps:Process wps:processVersion="1.1.0"> | ||
<ows:Identifier>example-process</ows:Identifier> | ||
</wps:Process> | ||
<wps:Status creationTime="2024-09-19T14:29:49Z"> | ||
<wps:ProcessSucceeded>Package operations complete.</wps:ProcessSucceeded> | ||
</wps:Status> | ||
<wps:ProcessOutputs> | ||
<wps:Output> | ||
<ows:Identifier>output</ows:Identifier> | ||
<ows:Title>output</ows:Title> | ||
<wps:Reference | ||
href="https:/example.com/wpsoutputs/fd6e2171-39a7-4f99-b639-c43b51f15b56/output/data.json" | ||
mimeType="application/json" encoding="" schema="" | ||
/> | ||
</wps:Output> | ||
</wps:ProcessOutputs> | ||
</wps:ExecuteResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.