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.
13
13
This extension adds a new endpoint (` GET /processing_parameters ` , see [ OpenAPI document] ( openapi.yaml ) )
14
14
to discover the additional processing parameters that a back-end offers.
15
15
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:
17
18
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.
19
24
20
25
## Processing Parameters in UDPs
21
26
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
13
13
The openEO API defines the ` namespace ` property in a process node of a process graph as follows:
14
14
15
15
> 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 ` [ ...]
19
20
20
21
This makes it possible for this extension to add additional allowed values to the ` namespace ` property.
21
22
You can’t perform that action at this time.
0 commit comments