Skip to content

Commit f74eb6d

Browse files
author
Kaushik Ghose
committed
Make TimelLimit doc language general
This ensures the documentation makes sense in the context of a workflow too. Make clear it applies to all processes.
1 parent fdd1286 commit f74eb6d

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
@@ -1099,9 +1099,10 @@ $graph:
10991099
name: TimeLimit
11001100
extends: ProcessRequirement
11011101
doc: |
1102-
Set an upper limit on the execution time of a CommandLineTool or
1103-
ExpressionTool. A tool execution which exceeds the time limit may
1104-
be preemptively terminated and considered failed. May also be
1102+
Set an upper limit on the execution time of a process
1103+
(e.g. a CommandLineTool or a Workflow). A process whose
1104+
execution duration exceeds the time limit may be
1105+
preemptively terminated and considered failed. May also be
11051106
used by batch systems to make scheduling decisions.
11061107
fields:
11071108
- name: class

0 commit comments

Comments
 (0)