You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/processing-parameters/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ which includes:
22
22
23
23
The parameters and its values are provided separately for each processing mode.
24
24
25
-
## Processing Parameters in UDPs
25
+
## Embedding default processing options in UDPs
26
26
27
27
UDPs can provide default values for specific processing parameters.
28
28
29
29
The values for each parameter (so called 'options') are provided separately for each processing mode.
30
-
The following properties are added to the top-level of a UDP for the respective processing modes:
30
+
The following properties are added to the top-level of a UDP (e.g. as sibling nodes to the "process_graph" property) for the respective processing modes:
31
31
32
32
-`default_synchronous_options` for synchronous processing
0 commit comments