Hi Guru,
Actually, i can run job with this command :
asynchReply =connect.getMonitorService().run(new SearchPathSingleObject("content/MyJobPath/MyjobName"),
new ParameterValue[] {},
new Option[] {});
Running the job works properly but i didn't find how rerun failed step based on history object.
Does anyone know how to implement this through SDK?
Thanks