Note regarding the modifications of the yaml file from 1.4.1 to 1.5.0

If, to configure the environment variables, instead of using the SETENV script you have decided to modify manually the yaml file, it is necessary to appropriately configure the variable whenever the batch version changes.

This option is not recommended if not strictly required

You must delete the red row and substitute it with the green one for each section

Section file report step

batchConfiguration:
  TransactionFilterBatch:    
    fileReportRecovery:
      enabled: ${ACQ_BATCH_FILE_REPORT_RECOVERY_ENABLED:true}
      directoryPath: ${ACQ_BATCH_FILE_REPORT_PATH:resources/reports}
      fileNamePrefix: ${ACQ_BATCH_FILE_REPORTS_PREFIX:report-tae}
rest-client:
  file-report:
    url: /rtd/file-reporter/file-report

Section User-Agent

rest-client:
  user-agent:
    version: 1.4.1
rest-client:
  user-agent:
    version: 1.5.0

Last updated