Cannot Reproduce
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Samuel W. KnowltonSamuel W. KnowltonPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Samuel W. Knowlton
Samuel W. KnowltonPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 10 December 2018 at 14:04
Updated 5 June 2020 at 15:04
Resolved 18 December 2018 at 14:43
Cfschedule works but none of the tasks appear in Lucee admin, in either the server or web contexts. They do appear when using cfschedule(action = 'list'), e.g.
cfschedule( action = 'update', task = 'My Task', startDate = dateFormat( now(), 'mm/dd/yy' ), startTime = createTime(0, 0, 0 ), endTime = createTime( 11, 59, 0 ), url = 'https://foo.com/bar.cfm', interval = 1800 ); cfschedule( action = 'list', result = 'foo' ); writedump( foo );
That code will execute correctly but Lucee admin won't show any tasks.