Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Rob Bilson / Rob Bilson (Rob Bilson)
Created: 03/12/2012
Components: Administrator
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Public Beta /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 1
I want to build some functionality that hooks into the ColdFusion Scheduler API, however several methods I need do not exist in the API. As a workaround I have to read in the neo-cron.xml file (this won't work for clustered tasks stored in a DB, either) and create my own custom functions to get the data I need. Specifically, I'm looking for a getTasks() function that acts like the getDatasources() function in the datasource API. The function would look like this:
public any getTasks ( taskName )
Returns a structure containing all scheduled tasks or a specified task.
Output: suppressed
Parameters:
taskName: any, optional, taskName- The name of the scheduled task for which a structure is returned.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3135620
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: