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 500226b commit 54af5a1Copy full SHA for 54af5a1
CommandLineTool.yml
@@ -1101,9 +1101,10 @@ $graph:
1101
name: TimeLimit
1102
extends: ProcessRequirement
1103
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
+ Set an upper limit on the execution time of a process
+ (e.g. a CommandLineTool or a Workflow). A process whose
+ execution duration exceeds the time limit may be
1107
+ preemptively terminated and considered failed. May also be
1108
used by batch systems to make scheduling decisions.
1109
fields:
1110
- name: class
0 commit comments