Aggregation Transaction Behavior - Batch
This section includes information about the Batch workflow's Aggregation agent's transaction behavior. The Real-Time Aggregation agent does not have transaction behavior. For information about the general transaction behavior, see Workflow Monitor.
Emits
The agent emits commands that change the state of the file currently processed.
Command | Description |
---|---|
Cancel Batch | The agent itself does not emit Cancel Batch messages. However, if the code contains a call to the method |
Hint End Batch | If the code contains a call to the method |
Retrieves
The agent retrieves commands from other agents and, based on those commands, changes the state change of the file currently processed.
Command | Description |
---|---|
Begin Batch | When a Begin Batch message is received, the agent calls the |
End Batch | When an End Batch message is received, the agent calls the Prior to End Batch, possible timeouts are called. Thus, when a time limit is reached, the |
Cancel Batch | When a Cancel Batch message is received, the agent calls the |