Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

For information on which function blocks are supported for each agent, see the relevant Python agent section. Some of the function blocks are applicable for all of the agents, while some are only relevant for Python agents in real-time workflows, and some for Python agents in batch workflows.

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.

This section includes the following subsections:

9.61.5.1.1 Function Blocks for Agents in Real-Time and Batch Workflows

9.61.5.1.2 Function Blocks for Agents in Real-Time Workflows

9.61.5.1.3 Function Blocks for Agents in Batch Workflows


  • No labels