*PYTHON_EXECUTOR¶
Overview¶
The *PYTHON_EXECUTOR worker is now available in Workflows. This worker
enables execution of Python code or Python files directly within a workflow.
Description¶
The *PYTHON_EXECUTOR worker allows users to run custom Python scripts
as part of workflow execution. It supports both inline Python code and
external Python files, enabling flexible data processing, automation,
and custom logic implementation.