Difference between revisions of "Seon Enterprise - Job management"

From Seon
Jump to: navigation, search
Line 28: Line 28:
 
*if no location send plugin group is configured, use the send plugin group of the partner
 
*if no location send plugin group is configured, use the send plugin group of the partner
 
*if no partner send plugin group is configured, set the job to aborted and log this in the plugin logs stating that there is no send plugin group defined.
 
*if no partner send plugin group is configured, set the job to aborted and log this in the plugin logs stating that there is no send plugin group defined.
 +
 +
== Managing jobs interactively ==
 +
Given a job list (either send of receive jobs), the web interface shows a table of all jobs:
 +
 +
[[Image:Sample-joblist-receive-jobs.png]]
 +
The columns contain links to more actions:
 +
*job number (left): link to job overview and management
 +
*date: -""-
 +
*sender / receiver: all separate entities (recipient, department, location and partner) are links to the corresponding "edit" pages
 +
*status: a link to display only jobs of exactly that status
 +
 +
The job status can be limited to a fine-grained search via the table below the job list:
 +
 +
[[Image:Joblist-status-select.png]]
 +
 +
When changing one entry of the table, the job list gets actualized dynamically.

Revision as of 10:30, 14 February 2012

Requirements

In order to manage Seon Enterprise jobs, Seon Enterprise must be enabled via "Configuration" -> "Seon Enterprise" -> "Is Seon Enterprise installed?". After enabling this checkbox, the menu on the left panel expands and the category "Jobs" contains "Send jobs" and "Receive jobs":

Seon-menu-jobs.png

Job types

Two job type exist:

  • incoming jobs
  • outgoing jobs

The two type of jobs differ in the selected plugin group used for plugin execution. The plugin groups used are:

Incoming jobs

The configured "default receive plugin group" is the first plugin group executed. The main task of this plugin group should to define a sender and/or recipient of this incoming job.

After this plugin group executed, the configured plugin group of the found recipient is being executed (this plugin group is intended to execute partner dependand logic), where the following logic is used:

  • if configured, use the configured receive plugin group of the recipient
  • if no recipient receive plugin group is configured, use the receive plugin group of the department
  • if no department receive plugin group is configured, use the receive plugin group of the location
  • if no location receive plugin group is configured, use the receive plugin group of the partner
  • if no partner receive plugin group is configured, set the job to aborted and log this in the plugin logs stating that there is no receive plugin group defined.

Outgoing jobs

The configured send plugin group of the recipient of the send job is executed, using the following logic:

  • if configured, use the configured send plugin group of the recipient of the job
  • if no recipient send plugin group is configured, use the send plugin group of the department
  • if no department send plugin group is configured, use the send plugin group of the location
  • if no location send plugin group is configured, use the send plugin group of the partner
  • if no partner send plugin group is configured, set the job to aborted and log this in the plugin logs stating that there is no send plugin group defined.

Managing jobs interactively

Given a job list (either send of receive jobs), the web interface shows a table of all jobs:

Sample-joblist-receive-jobs.png The columns contain links to more actions:

  • job number (left): link to job overview and management
  • date: -""-
  • sender / receiver: all separate entities (recipient, department, location and partner) are links to the corresponding "edit" pages
  • status: a link to display only jobs of exactly that status

The job status can be limited to a fine-grained search via the table below the job list:

File:Joblist-status-select.png

When changing one entry of the table, the job list gets actualized dynamically.