Kayros V2 Configuration

Configuration details of the KayrosV2

vernaio

Class: 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

This is a generated file, generated at: 2024-01-10T11:22:14.978741354

Back to Top ↑