Work orders database
Module name: WorkOrders
The main part of the configuration.
namespace
Modules within the same namespace belong together.
db_driver
Database driver, fully qualified class name
jdbc.url
JDBC url
jdbc.username
JDBC username
jdbc.password
JDBC password
encryption_key
file_source_dir
Fetch order specification files here
file_storage_dir
Store order specification files here
copy_files
If true
, leave a copy in file_source_dir
true
order_executions[]
Batch execution of orders
*
order_executions[].order_types[]
Order types for batch execution
order_executions[].accept_pipe
Execute pipe for accepted orders
order_executions[].reject_pipe
Execute pipe for rejected orders
order_executions[].interval_millis
Batch job interval millis
order_executions[].batch_size
Batch job size
*) If order_executions
is left empty, the system configures a single batch execution of all order types, with interval 1300 ms and batch size 100