Python Collection Agent Transaction Behavior - Batch (4.1)
The transaction behavior for the Python collection agent is presented here. For more information about general transaction behavior please refer to the section Transactions in Workflow Monitor.
Emits
The agent emits commands that changes the state of the file currently processed.
Command | Description |
---|---|
Begin Batch | Emitted when the |
End Batch | Emitted when the |
Retrieves
The agent retrieves commands from other agents and based on them, generates a state change of the data currently processed.
Command | Description |
---|---|
Cancel Batch | If a Cancel Batch message is received, the agent calls the However, if you have not added the Note! If the Cancel Batch behavior defined on workflow level is configured to abort the workflow, the agent will never receive the last Cancel Batch message. |
Hint End Batch | If a Hint End Batch message is received, the collector may split the batch at an appropriate point. After a batch split, the collector emits an End Batch message, followed by a Begin Batch message (provided that there is more data to be processed). However, if you have not added the |