Operation: List Running Processes
The List Running Processes operation lists all processes running on the X4 server.
Example
Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Processes>
<Process id="d1539aa1-3493-4f0d-8a0f-cd0a2257f1f0">
<Repository>1</Repository>
<Project>Processes</Project>
<Process>MyProcess.wrf</Process>
<StartedAt>2021-08-24T06:00:00Z</StartedAt>
</Process>
</Processes>
The following elements can be included in the output:
| Element | Description |
|---|---|
| Process:id | UUID of the running process |
| Repository | Name of the X4 repository folder |
| Project | Name of the folder where the process is located in the X4 repository. |
| Process | Name of the running process |
| StartedAt | Start date and start time of the current process |