From: Giroro on
Hi guys,
I am new here. I got a very serious problem here.
Currently I am using the following code to schedule a task:

I can see the Scheduled Task appears one the ColdFusion Administrator but once
pass the scheduled time, the task is there. It is not executed. Anybody has
idea about this?

Thanks guys. T_T

<cfschedule action="update" task="commTask_#cmmuid#" operation="httprequest"
startDate="#DateFormat(startDateTime, 'mm/dd/yyyy')#"
startTime="#TimeFormat(startDateTime, 'hh:mm tt')#" interval="Once"
url="#webRoot#/tasks/commTask_#cmmuid#.cfm?requestTimeout=100000">