Page History
...
Setting | Default | Explanation |
---|---|---|
workflowConfig.defaultTimeZone | Etc/UTC | Specifies the default time zone that is added to converted workflows. This time zone for example is applied to JS7 - Admission Times for Jobs. |
jobConfig.jitl.logLevel | Specifies the value of the Allowed values include: | |
jobConfig.forcedGraceTimeout | 15 | Specifies the grace timeout after which a running job is killed if terminated if the cancel/killforce operation is used, see JS7 - Job Instruction. |
jobConfig.forcedParallelism | 1 | Specifies the number of parallel tasks that a job can be running for, see JS7 - Job Instruction. |
jobConfig.forcedFailOnErrWritten | false | Specifies the handling of job output to the stderr channel. If set to true then output to stderr is considered an error, otherwise such output is logged and no error is raised, , see JS7 - Job Instruction. |
jobConfig.forcedV1Compatible | false | JS7 workflows can be operated in a JS1 compatibility mode. If set to
Consider that environment variables are not added by the Converter but are created on-the-fly by the Controller and Agents. |
...