Python compatibility in IT Process Automation (ITPAM)
search cancel

Python compatibility in IT Process Automation (ITPAM)

book

Article ID: 206118

calendar_today

Updated On: 03-11-2025

Products

CA Process Automation Base

Issue/Introduction

Is it possible to run a Python script in an ITPAM Run Script Operator?

Environment

Process Automation (ITPAM) 4.x

Resolution

ITPAM Run Script Operators only support the following script types:  .bat .cmd .js .vbs .wsh .ps1

Python scripts are not currently supported explicitly.  The Python script will need to be wrapped in a .bat file for Windows or .sh for Linux.

Please refer to the documentation for the Run Script operator