COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => SDK => Topic started by: valentin on 07 Sep 2023 10:13:43 AM

Title: SDK Sample Rerun Task
Post by: valentin on 07 Sep 2023 10:13:43 AM
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