Schedule a Python script thru ESP
search cancel

Schedule a Python script thru ESP

book

Article ID: 407034

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

We need to schedule a Python script thru ESP, how should the ESP JOB be defined?

Environment

Component: ESP Workload Automation, Workload Automation System Agent
Release: ALL

Resolution

Here is a sample ESP JOB definition:
UNIX_JOB TEST.PYTHON                                        
...................
  CMDNAME /usr/bin/python                 --> specify the python program and its path
  ARGS /path_to_script/python_script_name.py parm_required_for_script                                         
ENDJOB