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 fdd1286 commit f74eb6dCopy full SHA for f74eb6d
CommandLineTool.yml
@@ -1099,9 +1099,10 @@ $graph:
1099
name: TimeLimit
1100
extends: ProcessRequirement
1101
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
+ 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
1105
+ preemptively terminated and considered failed. May also be
1106
used by batch systems to make scheduling decisions.
1107
fields:
1108
- name: class
0 commit comments