Agent service
Defines the service responsible for the execution of agents (baseAgentDefinition class), stored procedures (storedProcedureTask class), and web service methods (webServiceTask class).
The agent service uses the monitorService to execute each task in an agentDefinition.
The agent service has a set of configuration parameters defined by the properties of the agentService class.
The agent service creates an agentState object to store data that is required during the execution of the agent. This data includes the output objects containing the agent events and the agentOutputHotList.
If the agentState object is deleted the agent service will re-create it, but any events reported by the agent during re-creation are considered to be new.
Related information:
- bibus » humanTaskService class