Skip to content

Commit 5ab0244

Browse files
author
Kaushik Ghose
authored
Further simplify language
1 parent 30c3476 commit 5ab0244

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

concepts.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,10 @@ should be combined with any requirements present in the corresponding Process
216216
as if they were specified there.
217217

218218
Requirements specified in a parent Workflow are inherited by step processes
219-
if they are valid for that step. If the substep is a Workflow
220-
all requirements are applied. If the substep is an ExpressionTool all
221-
requirements are applied. If the substep is a CommandLineTool
222-
the `InlineJavascriptRequirement`, `SchemaDefRequirement`, `DockerRequirement`,
219+
if they are valid for that step. If the substep is a CommandLineTool
220+
only the `InlineJavascriptRequirement`, `SchemaDefRequirement`, `DockerRequirement`,
223221
`SoftwareRequirement`, `InitialWorkDirRequirement`, `EnvVarRequirement`,
224-
`ShellCommandRequirement`, `ResourceRequirement` are applicable.
222+
`ShellCommandRequirement`, `ResourceRequirement` are valid.
225223

226224
*As good practice, it is best to have process requirements be self-contained,
227225
such that each process can run successfully by itself.*

0 commit comments

Comments
 (0)