Name

cfschedule

Synopsis

<cfschedule>

Creates, updates, deletes, and kicks off the execution of a URL on a scheduled basis. Depending on your underlying JRE, you may or may not be able to use cfschedule to call an https (SSL-enabled) URL.

Attributes

action=" action "

Action you want the scheduler to perform. Valid entries are Delete, Run, and Update. Required.

task=" task_name "

The name of the task to delete, run, or update. Required.

enddate=" date "

End date for the scheduled task. Optional.

endtime=" time "

End time for the scheduled task. Optional.

file=" filename "

Filename to use for the static file being published. Required when publish is Yes.

interval=" seconds "

The interval the scheduler should use when scheduling tasks for execution. Intervals can be set in seconds or as Once, Daily, Weekly, or Monthly. Required when action is Update. The default interval is one hour. The minimum interval allowed is 60 seconds.

operation=" HTTPRequest "

The operation the scheduler should perform. Required when action is Update. The only OPERATION currently supported is HTTPRequest.

password=" password "

Specifies the password to use for protected URLs. Optional.

path=" path "

The path to the location where the static file should be written. Required when publish is Yes.

port=" port_number"

Port number on the server where the template being executed resides. Optional. The default is 80.

proxyport=" port_number "

Specifies a port number on the proxy server where the template is being ...

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.