[resolved] metaservlet command runTask params not as documentation
In version 5.6.2 I am trying to run metaservlet command runTask to set jvm parameter as per documentation but the value is not being passed.
The documentation says the parameters are
Command: runTask
----------------------------------------------------------
Description : Allows to run a task defined in Job conductor by its id. Mode can be 'asynchronous' or 'synchronous'
Requires authentication : true
Since : 4.2
Sample :
{
"actionName": "runTask",
"authPass": "admin",
"authUser": "
admin@company.com",
"jvmParams": ,
"mode": "synchronous",
"taskId": 1
}