What is the recommended approach to determine parameters like input-path & output-path dynamically.
I was trying to set-up them up in the "pre-action" via a Java Callable, and use SPEL in the job configuration to access these dynamic values from the callable bean (defined in pre-action); this does not seem to work. Can you please provide any recommendations.


Reply With Quote