Analysis Agent Transaction Behavior - Batch Workflows
This section includes information about the Analysis agent transaction behavior. For information about the general transaction behavior, see https://infozone.atlassian.net/wiki/spaces/MD94/pages/352171545.
Emits
The agent emits commands that changes the state of the file currently processed.
Command | Description |
End Batch | The agent itself does not emit End Batch, however it can trigger the collector to do so by calling the |
Cancel Batch | The agent itself does not emit Cancel Batch however, it can trigger the collector to do so by calling the |
Hint End Batch | If the code contains a call to the method Note! Not all collectors can act upon a call on a hintEndBatch request. See the user's guide for the respective collection agent for information. |
Retrieves
The agent retrieves commands from other agents and, based on them, generates a state change of the file currently processed.
Command | Description |
Begin Batch | When a Begin Batch message is received, the agent calls the |
Cancel Batch | When a Cancel Batch message is received, the agent calls the |
End Batch | When an End Batch message is received, the agent calls the |