schedule-script.json revision dcdc29490335d94e5fd9b0f549de77745373306b
{
"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}
}
}