tracker issue : CF-3196328

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

<cfschedule action="list" mode="application" hides tasks paused via CF Admin

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 05/22/2012

Components: Scheduler

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final / 282604,282688

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

If any 'application' tasks are paused via CF Admin, then <cfschedule action="list" mode="application" fails to list them.

Repro:
1) Run this, to create an application-level task:
<cfschedule action="update" mode="application" group="myGroup" task="myTask" startdate="1/1/2012" starttime="12:00 AM" interval="daily" url="http://a" />

2) Run this, to see the task was successfully created:
<cfschedule action="list" mode="application" result="q" />
<cfdump var="#q#" />

3) In CF Admin, pause the task

4) Run the code in #2 again, and see the task has become hidden

5) In CF Admin, unpause the task

6) Run the code in #2 again, and see the task is still hidden

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3196328

External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Related thread: http://prerelease.adobe.com/r/?92aa842194f7479ca89077b29f119cf4
Comment by External U.
19281 | May 22, 2012 10:44:05 PM GMT
Verified this is fixed in CF10 (build 10,282462) Update 2. Thanks! -Aaron
Comment by External U.
19282 | September 24, 2012 12:47:11 PM GMT