Python Function Blocks (4.1)

Private_Edition_flag.png

Python code is divided into different function blocks, making it possible to control when to execute which code. 

Some Python function blocks apply to all Python agents, and others are specific to Python agents in real-time workflows, or Python agents in batch workflows. See the links below for information on the different Python function blocks.

Note!

Function blocks are not relevant for the Python Connector agent.

Top-level code such as global code and imported code will be executed just before the initialize function block.

Subsections