We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9d283 commit d69b036Copy full SHA for d69b036
Workflow.yml
@@ -177,7 +177,12 @@ $graph:
177
specializeTo: ExpressionToolOutputParameter
178
documentRoot: true
179
doc: |
180
- Execute an expression as a Workflow step.
+ An ExpressionTool is a type of Process object that can be run by itself
181
+ or as part of a Workflow step. It executes a pure Javascript expression
182
+ that has access to the same input parameters as a workflow. It is meant
183
+ to be used sparingly as a way to isolate complex javascript expressions
184
+ that need to operate on input data and produce some result. No docker
185
+ container is required or allowed.
186
fields:
187
- name: class
188
jsonldPredicate:
0 commit comments