Skip to content

Commit 0665172

Browse files
authored
clarification of ExpressionTool
If in a workflow then it is the step itself, not part of a step
1 parent 2bfbd26 commit 0665172

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Workflow.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ $graph:
179179
documentRoot: true
180180
doc: |
181181
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.
187188
fields:
188189
- name: class
189190
jsonldPredicate:

0 commit comments

Comments
 (0)