Is there a syntax to use dynamic values in the JSL (Job Specification Language) file of a JSR-352 Java Batch application?
My specific case is to be able to change the value of the item-count attribute in my chunk element on the fly (no code change, no re-build, no re-deploy...).
You can use any of the 4 property substitutions to achive that. See JSR 352 spec document 8.8.1 Substitution Processing Rules.
For example,
If this is not what you want, please elaborate your specific use case.