Skip to content

Commit 54af5a1

Browse files
Kaushik Ghosebogdang989
authored andcommitted
Make TimelLimit doc language general (#43)
This ensures the documentation makes sense in the context of a workflow too. Make clear it applies to all processes.
1 parent 500226b commit 54af5a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CommandLineTool.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,10 @@ $graph:
11011101
name: TimeLimit
11021102
extends: ProcessRequirement
11031103
doc: |
1104-
Set an upper limit on the execution time of a CommandLineTool or
1105-
ExpressionTool. A tool execution which exceeds the time limit may
1106-
be preemptively terminated and considered failed. May also be
1104+
Set an upper limit on the execution time of a process
1105+
(e.g. a CommandLineTool or a Workflow). A process whose
1106+
execution duration exceeds the time limit may be
1107+
preemptively terminated and considered failed. May also be
11071108
used by batch systems to make scheduling decisions.
11081109
fields:
11091110
- name: class

0 commit comments

Comments
 (0)