tracker issue : CF-3183743

select a category, or use search below
(searches all categories and all time range)
Title:

action="list" returns interval="100" instead of interval="once"

| View in Tracker

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:

Related thread: http://prerelease.adobe.com/r/?08ee35131de4482f977c300d85cd73e1
Comment by External U.
19533 | May 07, 2012 06:34:46 AM GMT
I've verified this is fixed. Verified in CF10 Updater 2.
Comment by External U.
19534 | September 24, 2012 11:40:54 PM GMT