Task Activity page

The task activity page shows the run request activity for the Services Framework tasks. Paging is available for the page.

Each task activity record contains the status for a run request. The task activity records that have an error status always appear on the page. Use the view details action to display the information about the task failure and to restart the task.

You can configure a Services Framework task to delete its task activity record whenever it completes successfully.

Columns

The columns that are available on the page are shown in the following table.
Table 1. Task Activity page columns
Column name Description
Created The date and time that the task was first requested to run. It does not change during subsequent runs. The time zone settings for the user are used when the date and time is displayed.
Start The date and time that the task was initially run. This date and time updates each time that the task is restarted or resumed.
End The date and time that the task initially ended. This date and time updates each time that the task is restarted or resumed.
Configuration The name of the task configuration that processed the run request. This name is entered when a registered task is configured.
Initiation Indicates how the run request was initiated. A task can be started in the following ways.
  • Event - The task was requested to run by using Transaction Server events.
  • Scheduler - The task was started by the Services Framework scheduling process.
  • Manual - The task was manually started by a user.
Category Indicates the type of the run request that was processed. The task activity record categories are shown in the following list:
  • Execution - The task ran the basic processing that it was designed to do.
  • End of day - If process end of day is enabled, the task ran to do its end of day processing.
  • Cleanup - If process cleanup is enabled, the task ran to do its clean-up processing.
Job Description Detailed information that describes the run request. It is provided by each task.
Status The status of the run request. As a task processes, it goes through a series of status changes. The values for the status are shown in the following list:
Queued
Indicates that the run request is waiting on a queue to be retrieved by Services Framework.
Pending
Indicates that Services Framework received the run request and is waiting for the task to begin processing.
Running
Indicates that the task is processing the run request.
Complete
Indicates that the task successfully completed the run request.
Error
Indicates that the task failed during the run process.
Warnings The number of warnings that were found for the task. The number includes all of the warnings that occurred for a single run request, which includes all of the task restarts and resumes.

Data filtering

The list of task activity records can be filtered. For more information, see Filtering.

The default filter for the page is on the created column. This filter is required and defaults to getting the records that were created during the 15 minutes right before the page is loaded. This filter is applied when the page is accessed from the navigation menu and also when you view the task activity by using the scheduler page for the tasks.

Actions

The actions that are available on the page are shown in the following list.
  • Refresh redisplays the list of records to show any new records and the updates that are made to existing records.
  • Search entry field. Typing text in this field automatically filters the task activity records that are displayed in the table. The table displays only those task activity records that match what was typed in the search field.
  • Delete, which deletes the task activity record. Task activity records for tasks that are in the running, pending, or queued states cannot be deleted. The user must have the permission to delete task activity records.
  • View details icon, which looks like an eye, displays a page that shows more information about the task activity record.
  • Options > Configure table displays a page to select which columns are shown or hidden for the page.
  • Options > Save table view saves any changes that are made to the columns on the page.
  • Options > Restore table view restores the page to its default column layout.
  • Options > Help opens the help page.