File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,12 @@ $graph:
179
179
documentRoot : true
180
180
doc : |
181
181
An ExpressionTool is a type of Process object that can be run by itself
182
- or as part of a Workflow step. It executes a pure Javascript expression
183
- that has access to the same input parameters as a workflow. It is meant
184
- to be used sparingly as a way to isolate complex javascript expressions
185
- that need to operate on input data and produce some result. No docker
186
- container is required or allowed.
182
+ or as a Workflow step. It executes a pure Javascript expression that has
183
+ access to the same input parameters as a workflow. It is meant to be used
184
+ sparingly as a way to isolate complex Javascript expressions that need to
185
+ operate on input data and produce some result; perhaps just a
186
+ rearrangement of the inputs. No Docker software container is required
187
+ or allowed.
187
188
fields :
188
189
- name : class
189
190
jsonldPredicate :
You can’t perform that action at this time.
0 commit comments