Help4.x:Scheduled Tasks
From Joomla! Documentation
This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by Ceford (talk| contribs) 3 years ago. (Purge)
Description
Scheduled Tasks are used to run routine site maintenance tasks as an alternative to server cron jobs. The tasks are defined in plugins in the task group. A number of task plugins are supplied and can be used as examples for creating other specialised tasks.
How To Access
Starting from the Administrator menu:
- Select System → Manage panel → Scheduled Tasks
The initial Scheduled Tasks list is empty so select the New button to get started. The screenshot shows the example tasks.
Screenshot
Column Headers
In the table containing Tasks the different columns are listed below. Click on the column heading to sort the list by that column's value.
- Checkbox. Check this box to select one or more items. To select all items, check the box in the column heading. After one or more boxes are checked, click a toolbar button to take an action on the selected item or items. Many toolbar actions, such as Publish and Unpublish, can work with multiple items. Others, such as Edit, only work on one item at a time. If multiple items are checked and you press Edit, the first item will be opened for editing.
- Ordering. You can change the order of an item within a list as follows:
- If the list Filter Options include a Position filter select the desired Position. This will limit the list to items that are assigned to that Position.
- Select the Ordering icon
in the Table heading to make it the active ordering item. The ordering icons in each row will change from light grey to dark grey and the pointer will change to a drag arrow on hover.
- Select one of the Ordering icons
and drag it up or down to change the position of that row in the list. The items will display in the new order within the Position.
- Status. The published status of the item.
- Title. The name of the Task. Editing Option - 'click' on the name to open the Task for editing.
- Task Type. The type of the Task. When you create a task you choose the Task type. You can't change the Task Type.
- Last Run Date. The date and time the task did run for the last time.
- Test Task. The button to start the task.
- ID. This is a unique identification number for this item assigned automatically by Joomla. It is used to identify the item internally, and you cannot change this number. When creating a new item, this field displays "0" until you save the new entry, at which point a new ID is assigned to it.
Quick Tips
Toolbar
At the top of the page you will see the toolbar shown in the Screenshot above. The functions are:
- New. Opens the editing screen to create a new task.
- Actions: Reveals a list of actions for selected Items. Check one or more Item checkboxes to activate the list.
- Enable. Makes the selected item available for use on your website.
- Disable. Makes the selected task unavailable for use on your website.
- Unlock. Unlocks the selected item available on your website.
- Trash. Changes the status of the selected task to indicate that they are trashed.Trashed task can still be recovered by selecting 'Trashed' in the 'Select Status' filter and changing the status of the articles to Published or Unpublished as preferred.To permanently delete trashed task, select 'Trashed' in the 'Select Status' filter, select the task to be permanently deleted, then click the 'Empty Trash' toolbar icon.
- Options. Opens the Options window where settings such as default parameters can be edited.
- Help. Opens this help screen.
See Scheduled Task Options for more information.