Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 05/07/2012
Components: Scheduler
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Public Beta / 282591
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
Repro:
1) Run this:
<cfschedule action="update" task="mytask" startdate="1/1/2014" starttime="12:00 AM" interval="once" url="http://a" />
<cfschedule action="list" result="q" />
<cfdump var="#q#" />
2) See interval is 100, instead of once.
The task correctly runs only once, but action="list" returns the incorrect value for ’interval’ here.
Action="list" should return correct values.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3183743
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: