Listing Python Processes (3.3)
As each Python agent runs a Python process, you can list which Python processes are being run, and where. Â For example the following command lists the Python processes per Python agent:
ps -ef | grep python
Where each process is being run is identified as follows:
<workflow name>.<agent name>