cfschedule creates tasks but they do not appear in Lucee Admin

Description

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.

Environment

Commandbox 4.4 / Docker

Attachments

1
  • 18 Dec 2018, 02:30 pm

Activity

Samuel W. Knowlton 18 December 2018 at 14:35

Huh. We tested this again today and it works just as you described. Sorry for the false alarm.

Pothys - MitrahSoft 18 December 2018 at 14:32
Edited

Hi ,

I've checked this ticket with commandbox 4.4 & docker in both windows 10 & unbutu. Schedule task has been created successfully and also listed in admin panel also. Can you please check once again& report here back.

Cannot Reproduce

Details

Assignee

Reporter

Priority

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