Hi,
I'm using the job scheduling provision provided in HANA SPS 7 rev 71. However, I'm not able to pass the parameters to the job successfully.
I've adding job via syntax:
var myjob = new $.jobs.Job({uri:"<full job path>.xsjob"});
id = myjob.schedules.add({ description: "adding job for id : "+id, xscron: "* * * * * * 59",
parameter:
{ "id": "44",
"value": "12",
}
});