Interface: ExecutionConfig
CloudControl Pro 9 Docs / engines / ExecutionConfig
Interface: ExecutionConfig
engines.ExecutionConfig
Execution configuration. Used to specify the working directory, execution arguments when starting a new engine to run a script or a project.
Table of contents
Properties
Properties
arguments
• Optional
arguments: any
Execution arguments. The value can be obtained by execArgv
property. The arguments must be serializable (can be converted to JSON).
path
• Optional
path: string
[]
The require() search paths when executing the script. Similar to module.paths.
This value is currently invalid for Node.js engine.
workingDirectory
• Optional
workingDirectory: string
Working directory. Default is the parent directory of the script or the root directory of the project. The value will determine the relative path when executing the script, etc.