Skip to content

Commit f332204

Browse files
committed
Add workflows
1 parent ea39bc0 commit f332204

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

crosswalks/ogcapi-processes.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Some differences include:
9999
- A link with relation type `http://www.opengis.net/def/rel/ogc/1.0/job-list` to `/jobs` can be
100100
added in OAP1, but is not present in openEO.
101101

102-
### Conformanc classes
102+
### Conformance classes
103103

104104
- openEO: `GET /conformance` (optional)
105105
- OAP1: `GET /conformance` (required)
@@ -298,3 +298,15 @@ In OAP1 the result access [differs depending on the given parameters](https://do
298298
- OAP1: n/a
299299

300300
As it is neither available in OAP1 nor in any of the OGC APIs, we don't make any comparisons here.
301+
302+
## Workflows
303+
304+
Workflows (user-defined processes in openEO, i.e. processes with process graph) are not described in OGC API - Processes - Part 1. Instead, it's defined in OGC API - Processes - Part 3. It defines how to chain processes in OGC API - Processes and also defines their own "workflow language" ("Modular OGC API Workflow JSON", short: MOAW), but it seems to also allow providing other workflow languages such as openEO user-defined processes and CWL.
305+
306+
Related documents:
307+
308+
- MOAW: https://github.com/opengeospatial/ogcapi-processes/blob/master/extensions/workflows/sections/clause_6_overview.adoc (and following chapters)
309+
- openEO: https://github.com/opengeospatial/ogcapi-processes/blob/master/extensions/workflows/sections/clause_13_openeo_workflows.adoc
310+
- CWL: https://github.com/opengeospatial/ogcapi-processes/blob/master/extensions/workflows/sections/clause_12_cwl_workflows.adoc
311+
312+
A comparison between MOAW and openEO is tbd.

0 commit comments

Comments
 (0)