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 queues the item again and the agent can try processing it the next time it 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. |
Run this agent on only one node at a time | For Advanced mode agents, select this check box to specify that the agent runs on only one node at a specified time. |
Delay the next run of the agent in the cluster for the specified time period |
For Advanced mode agents, select this check box and specify the time interval within which you want the agent to run on only one node in the cluster. For example, you can specify Block execution within this time window for two hours for a cleaner agent that starts running at 10:00 on Node 1. For the next two hours, this advanced agent will not run on any other node in the cluster. |
Field |
Description |
Enable this agent |
Specify whether the master agent generates agent schedule data instances (Data-Agent-Schedule class) for this rule when it checks for new agents rules. Agent schedule instance is created the first time the master agent runs the agent. If you save it with this option enabled, then the agent schedule instance is created and even if you later disable the option it will still run the agent. 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 The default value is 30 seconds. Enter a value of 30 seconds or greater. To configure an interval that is less than 30 seconds and at least five seconds, create the agent/minimumwakeup environment variable in the prconfig.xml file for example:
|