The order in which you specify agents on this tab does not create a sequence. Each agent activity runs individually on its own interval schedule as a separate requestor thread.
Click the arrow next to an agent's name to expand the row and configure the agent activity.
Field |
Description |
Class |
Specify the Applies To key part of the agent activity. In most cases, this is the class of the work items that the agent is processing. |
Activity name |
Specify the name of the activity that provides the processing for this agent (the agent activity). |
Params |
Click to provide values for input parameters for the activity in the Activity Parameters dialog box. |
Max records |
For agents of the If this field is blank, the default value is 0, and the agent processes all entries in its queue before sleeping. |
Auto queue management |
For agents of the When this check box is selected, the system locks items that are retrieved from the queue by the agent until the agent is finished with the item (commit or rollback). If a transient condition means that the item cannot be processed (such as if the work item is locked), the system requeues the item and the agent can try processing it again the next time that wakes up. When this check box is cleared, the queue items for this agent do not persist. When an agent attempts to process an item, that item is removed from the queue and the agent gets one chance to process it. If it fails, the item is not put back in the queue for another attempt. |
Field |
Description |
Enable this agent |
Specify whether the Agent Manager master agent is to generate agent schedule data instances (Data-Agent-Schedule class) for this rule when it checks for new agents rules. Agent schedules are not generated unless this option is selected. Note: You can override this value in the generated agent schedule instances. |
Interval (seconds) |
Provides a default value for all agents listed in the rule that are set to have a Pattern of |