Schedule a Task in DNN

DotNetNuke provides a robust framework for scheduled tasks. Some tasks are already scheduled by DotNetNuke installation and you can also add your own custom tasks to the DotNetNuke schedule.

DotNetNuke schedule is accessible from the Host -> Schedule screen. This screen lists all of the scheduled tasks also called schedule item. You can see status, history and properties of each schedule item.

You can find more details about DotNetNuke Scheduler in this PDF document.

You can find more details about creating a DotNetNuke schedule item in following posts:

The first step in creating a Schedule Item is to create a DotNet Assembly that will contain the logic to execute the scheduled task. Your class for task execution should inherit from DotNetNuke.Services.Scheduling.SchedulerClient. Once the Assembly is ready, you can create a new Schedule Item by going to Host -> Schedule -> Add Item to Schedule.

Published by Azhar Javaid

I am software developer by profession. I am working in this field since 2003 and it has become my passion now. I have worked in the following areas: - ASP.NET - ASP - C# - XSL/XML - HTML - CSS - JavaScript - AJAX - jQuery - Sharepoint - DotNetNuke - Sitecore - 4D - ISAPI - Joomla My Blog URL: https://ajavaid.wordpress.com/

One thought on “Schedule a Task in DNN

Leave a comment