scheduler-script.json revision ad2ac0328cdf934b6e71d53b83823393bb72e669
{
"enabled" : true,
"type": "cron",
"schedule": "0 0/1 * * * ?",
"invokeService": "script",
"invokeContext": {
"script" : {
"type" : "text/javascript",
"source" : "java.lang.System.out.println('It is working: ' + input.edit);"
},
"input": { "edit": 26}
}
}