OptionalcommandOptional custom command resolver (for extensibility).
Path to the SQLite database for job state access.
Job identifier (passed as JR_JOB_ID env var).
Run identifier (passed as JR_RUN_ID env var).
OptionalrunnersCustom command runners keyed by file extension (e.g. ".ts": "node /path/to/tsx/cli.mjs").
Path to the script file to execute.
OptionalsourceSource type: 'path' uses script as file path, 'inline' writes script content to a temp file.
OptionaltimeoutOptional execution timeout in milliseconds.
Options for executing a job script.