ColdFusion 2018 - CFSCHEDULE not adding task
Hi,
We migrated from CF10 to CF2018 and our CFSCHEDULE tag will not now add a task. Our code is simple, just:
<cfschedule action="UPDATE"
task="test"
group="test"
operation="HTTPRequest"
startdate="#DateFormat(Now(), "mm/dd/yyyy")#"
startTime="#TimeFormat(DateAdd("n", 2, Now()), "HH:mm")#"
url="http://127.0.0.1/test/somescript.cfm"
interval="once">
Whatever we try, the task is never added to the CF-Admin. No errors in the logs. The /test folder has no authentication etc and the script runs if called directly on the server.
Suggestions appreciated!
Thanks,
Mark
