feat: working project
- Update
JobStateJSON properties and ignore attributes to match the exact schema ofstate.json. - Change job state values from "Active"/"Inactive" to "ACTIVE"/"END".
- Update
LogEntryJSON properties to match the daily log template. - Change transfer time data type to
doubleto support decimal ms values. - Modify timestamp formatting to use "dd/MM/yyyy HH:mm:ss" instead of ISO 8601.
- Fix BDD tests in
LoggingSteps.csto reflect the newFileTransferTimekey and double type.