Agents
You can perform background processing in Relativity by developing custom agents. Because these agents perform background work, they don't interfere with user activities performed through the Relativity UI. These agents aren't event driven so they have no dependency on user activity.
Additionally, you can implement agents as managers that monitor tasks or workers that perform specific jobs in your environment. You can develop custom agents to perform their background processes at configurable intervals. For example, Relativity uses agents to OCR documents.
Other common use cases include:
- Using agents to make calls to third-party APIs.
- Implementing a job scheduler, which is an agent that is used to execute nightly jobs. For example, you could implement an agent that builds your dtSearch indexes nightly.
- Developing an email agent, which is used to send emails. This agent runs in the background making connections to the SMTP server, and performing other tasks.
See these related pages:
- Basic concepts for agents
- Execution patterns for agents
- Agent Scaling Guidelines
- Best practices for agents
Version History
Release Notes
- Initial Version
Supported Relativity Version Range
Lowest Version | Highest Version |
---|---|
12.2.224.7 | Latest |
Supported RAP Version Range
Lowest Version | Highest Version |
---|---|
1.7.3 | Latest |