Hi all,
I would like to use the RESTful Services to run a Batch, and I used the xPression RESTful services "http://your_server:your_port/xFramework/restful/services/job/start" to trigger it. This function could run the batch and generate the outputs, however, i found that the parameter "-o" in the "<JobOption>" element didn't work, but it could work with command line after running the same job setting via BatchRunner.bat.
And then, I tested another parameter "-q" to generate a new list of the data sources, it didn't work in RESTful service yet.
Could you please help me to support it? Thanks.