Skip to content

Commit

Permalink
Glossary: a process graph does not always have to be concrete (#79)
Browse files Browse the repository at this point in the history
otherwise it is impossible to define a (parameterized) UDP
  • Loading branch information
soxofaan authored Jun 29, 2023
1 parent 7beeb0a commit 17e41f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/1.0/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A **pre-defined process** is a process provided by the *back-end*, often one of

A **user-defined process** is a process defined by the *user*. It can directly be part of another process graph or be stored as custom process on a back-end. Internally it is a *process graph* with optional additional metadata.

A **process graph** chains specific process calls from the set of pre-defined and user-defined processes together. A process graph itself is a (user-defined) process again. Similarly to scripts in the context of programming, process graphs organize and automate the execution of one or more processes that could alternatively be executed individually. In a process graph, processes need to be specific, i.e. concrete values for input parameters need to be specified. These arguments can again be process graphs, scalar values, arrays or objects.
A **process graph** chains specific process calls from the set of pre-defined and user-defined processes together. A process graph itself is a (user-defined) process again. Similarly to scripts in the context of programming, process graphs organize and automate the execution of one or more processes that could alternatively be executed individually.

## EO data (Collections)

Expand Down

0 comments on commit 17e41f6

Please sign in to comment.