- Standard agents
- Advanced agents
- Legacy agents
When to go for Standard agents :
- When there is queueing involved.
- When Standard agent wakes up after interval, if there is an item in the queue : only then agent activity is going to get executed. Else it won't invoke the activity.
- Standard agent runs in the context of the requestor who queued it : Primary page of the Queue-For-Agent method which queues the task.
- Auto-Queue-Management would be taken care by PRPC
When to go for Advanced agents :
- When there is no queueing involved.
- When Advanced agent wakes up after interval, it invoke the agent activity.
- Standard agent runs in the context of the requestor which is hash of access group specifiedi in the agent rule form .
*Note: If there is no access group, it picks the one present at the Requestor type (Batch) rule's default access group.
No comments:
Post a Comment