b1nary0mega
12/3/2014 - 5:50 PM

Add a new scheduled task to the coldfusion server. If the task does not exist, it's created, otherwise it's updated.

Add a new scheduled task to the coldfusion server. If the task does not exist, it's created, otherwise it's updated.

<cfschedule    
	action = "update"   
	task = "Email_FillShift"   
	operation = "HTTPRequest"   
	startdate = "01-DEC-2014"   
	starttime = "10:00:00 PM"   
	url = "https://www.domain.com/coldfusion_file.cfm"   
	port = "80"
  interval="Daily"   
	publish = "No"    
	username = "myUserName" 
	proxyserver = ""    
	resolveurl = "No">