File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
remote-process-definition Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ Extensions can not change or break existing behavior of the openEO API.
1313This extension adds a new endpoint (` GET /processing_parameters ` , see [ OpenAPI document] ( openapi.yaml ) )
1414to discover the additional processing parameters that a back-end offers.
1515
16- Additionally, this extension allows to provide specific default values for user-defined processes (UDPs, see below).
16+ Additionally, this extension allows to provide specific default values for user-defined processes (UDPs),
17+ which includes:
1718
18- In both cases, the parameters and its values are provided separately for each processing mode.
19+ - UDPs submitted directly for synchronouzs processing, as batch jobs, or as secondary webservices
20+ - UDPs stored through the ` /process_graphs ` endpoints
21+ - UDPs stored external to the API and retrieved through the [ Remote Process Definition Extension] ( ../remote-process-definition/README.md )
22+
23+ The parameters and its values are provided separately for each processing mode.
1924
2025## Processing Parameters in UDPs
2126
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ This extension enables user to load user-defined processes that are hosted exter
1313The openEO API defines the ` namespace ` property in a process node of a process graph as follows:
1414
1515> The following options are predefined by the openEO API, but additional namespaces may be introduced by back-ends or in a future version of the API.
16- > * ` null ` [ ...]
17- > * ` backend ` [ ...]
18- > * ` user ` [ ...]
16+ >
17+ > - ` null ` [ ...]
18+ > - ` backend ` [ ...]
19+ > - ` user ` [ ...]
1920
2021This makes it possible for this extension to add additional allowed values to the ` namespace ` property.
2122
You can’t perform that action at this time.
0 commit comments