9.63.7.1 Python Collection Agent - Batch
The Python collection agent can collect data from any source supported by Python in batch by defining an execute
block. It also uses an Interpreter profile that is used to configure the Python executable. If you have created several Interpreter profiles, you may also set which one you want to be the default one. If this is done, you will not have to select a profile in the agent configuration, as the default profile is used by default. Using the Python collection agent allows you to control the workflow execution from the execute
block and to stop routing when requested, from the stop
block.
Example of a workflow including the Python collection agent for batch
This section includes the following subsections:
9.63.7.1.1 Python Collection Agent Configuration - Batch
9.63.7.1.2 Function Blocks for the Python Collection Agent - Batch
9.43.6.1.3 Python Collection Agent Transaction Behavior - Batch
9.63.7.14 Python Collection Agent Input/Output Data and MIM - Batch