Configuration details of the KayrosV2
com.vernaio.kayros.engine.v2.KayrosConfiguration
| Key | Type | Description | Default value | Deprecation |
|---|---|---|---|---|
| error-file | java.lang.String | name of the file to be stored in output-folder if there is an error e.g. "error.json". | error.json | |
| input-file | java.lang.String | The name of the input json file e.g."input.json" | input.json | |
| input-folder | java.lang.String | Input folder where input json is mounted e.g. "/input" | /input | |
| output-folder | java.lang.String | output folder where all output will be saved e.g. "/output". | /output | |
| plugins-folder | java.lang.String | Folder to mount custom plugins. This is fixed and can only be configured via environment variable (add plugin code to classpath). | /plugins | |
| success-file | java.lang.String | name of the file to be stored in output-folder if the scheduling is successful e.g. "success.json" | success.json |