Title:
<cfschedule action="list" mode="application" hides tasks paused via CF Admin
| View in TrackerStatus/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: