X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ec515c8ef7f9cae426a6490d1317333718e1d5e..0812bc1c717e5fed57d420b177f6ca9d41e81032:/doc/user/topics/run-command.html.textile.liquid diff --git a/doc/user/topics/run-command.html.textile.liquid b/doc/user/topics/run-command.html.textile.liquid index c025008fb3..7d92876e96 100644 --- a/doc/user/topics/run-command.html.textile.liquid +++ b/doc/user/topics/run-command.html.textile.liquid @@ -180,6 +180,10 @@ h3. task.cwd This directive sets the initial current working directory that your command will run in. If @task.cwd@ is not specified, the default current working directory is @task.outdir@. +h3. task.ignore_rcode + +By Unix convention a task which exits with a non-zero return code is considered failed. However, some programs (such as @grep@) return non-zero codes for conditions that should not be considered fatal errors. Set @"task.ignore_rcode": true@ to indicate the task should always succeed. + h3. task.stdin and task.stdout Provide standard input and standard output redirection.