Skip to main content
Skip table of contents

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:

ElementDescription
Process:idUUID of the running process
RepositoryName of the X4 repository folder
ProjectName of the folder where the process is located in the X4 repository.
ProcessName of the running process
StartedAtStart date and start time of the current process
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.