While I have some JSR-352 based batch jobs running in Wildfly, from my frontend application I'd like to show/manage some of the batch jobs. While I am able to display the most recent executions and even their steps, I seem to be unable to access the job's or step's properties. Access to them seems only granted through @BatchProperty, which will only work if accessed from within the job.
However my UI sits outside, and I simply see no hint how that can be accomplished. What may I be missing?