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:
Related content
Python Agents in Task Workflows (4.1)
Python Agents in Task Workflows (4.1)
More like this
Python Agents in Task Workflows (4.2)
Python Agents in Task Workflows (4.2)
More like this
Python Agents in Task Workflows (4.3)
Python Agents in Task Workflows (4.3)
More like this
Python Agents in Task Workflows (3.3)
Python Agents in Task Workflows (3.3)
More like this
Python Task Agent - Task (5.0)
Python Task Agent - Task (5.0)
More like this
Python Task Agent - Task (4.1)
Python Task Agent - Task (4.1)
More like this