Python Agents in Task Workflows (5.0)
This section describes how to configure Python agents in task workflows.
The following general information applies:
Threading Model
In task workflows, the workflow logic is adapted for task execution, and is single-threaded. The task agent controls the main execution thread, and when the thread returns from the task agent, the workflow will stop.
This section includes the following subsections: