Name
CFSCHEDULE
Synopsis
<CFSCHEDULE>
Schedules execution of a ColdFusion template.
Attributes
-
ACTION="action" Action you want the scheduler to perform. Valid entries are
Delete,Run, andUpdate. Required.-
TASK="task_name" The name of the task to delete, run, or update. Required.
-
OPERATION="HTTPRequest" The operation the scheduler should perform. Required when
ACTIONisUpdate. The onlyOPERATIONcurrently supported isHTTPRequest.-
FILE="filename" Filename to use for the static file being published. Required when
PUBLISHisYes.-
PATH="path" The path to the location where the static file should be written. Required when
PUBLISHisYes.-
STARTDATE="date" Start date for the scheduled task. Required when
ACTIONisUpdate.-
STARTTIME="time" Start time for the scheduled task. Required when
ACTIONisUpdate.-
URL="URL" Absolute URL to the template to be executed when the scheduled task runs. Required when
ACTIONisUpdate.-
PORT="port_number" Port number on the server where the template being executed resides. Optional. The default is
80.-
PUBLISH="Yes|No" Whether or not the output of the scheduled task should be saved as a static file. Optional. The default is
No.-
ENDDATE="date" End date for the scheduled task. Optional.
-
ENDTIME="time" End time for the scheduled task. Optional.
-
INTERVAL="seconds" The interval the scheduler should use when scheduling tasks for execution. Intervals can be set in seconds or as
Once,Daily,Weekly, orMonthly. Required ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access