Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Background jobs manager allows to view and manage background jobsBackground jobs manager consists of two sections; filter and results.

Filter

Filter part defines the searching criterions to find needed jobs in the background jobs manager screen. Searching criterions are work type, date start, log text content, instance number and show.

Work Type
Specifies the type of backgrounds job. When you click the arrow button, the background work type list will open up. 

Date Start
Specifies the start date of background job. Pick a time period from datetime picker that involves the start date of background jobs you are searching.

Log Text Content
Search term to filter by job execution log content.

Instance Number

Search by an instance number to see the jobs related to that workflow.

Show
Show section has five options for filtering background jobs depending on their states. Click any option to list related jobs under results section.

Results

Results section lists the background jobs regarding the filter criterions. Jobs are listed under the titles named work type, started at, completed at, duration, number and state.

Select to perform batch operation
Use this section to perform operations on all the listed jobs. There are two options to change job states:

  • Set all to waiting, to change all job states to waiting state.
  • Set all to aborted, to change all job states to aborted state.

Search
Use to find any back ground job in the listed background jobs.

Work Type
Type name of job.

Started At
Start date of job.

Completed At
Completion date of job.

Duration
Time period of processing the job, which is the difference between Started At and Completed At values.

State
Current state of job. State features are:

StateDefinition
Waiting describes the pending jobs.
Processing describes the currently continuing jobs.
Error describes the false jobs.
Completed describes the finished jobs.
Aborted describes the cancelled jobs.


Clicking on colored job state button will open up the job details window. On this window you can change job states by clicking provided action buttons. See Job Details for more information.


See below for several options provided on different jobs states.

State options for jobs in "Waiting" state:

StateDefinition
AbortedChanges job state to aborted. This job will be cancelled and will not be executed.


State options for jobs in "Aborted" state:

StateDefinition
WaitingChanges job state to waiting. This job will be executed.


State options for job in "Error" state:

StateDefinition
WaitingChanges job state to waiting. This job will be executed.
AbortedChanges job state to aborted. This job will be cancelled and will not be executed.
  • No labels