Listing Python Processes (4.0)

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>



Example of List of Python Processes Running