We need to schedule a Python script thru ESP, how should the ESP JOB be defined?
Component: ESP Workload Automation, Workload Automation System Agent
Release: ALL
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