Skip to main content
Skip table of contents

Filter by parent or subprocess

To filter for the parent process or sub-processes, the following elements must be declared:

Element

Description

ProcessFilter

Filter type

Contains the following elements:

  • ProcessStatus

ProcessStatus

Process status, multiple declarations possible.

Possible values:

  • RUNNING

  • PAUSED

  • FINISHED

  • ERROR

  • TERMINATED

  • CRASHED

ProcessHierarchy

Process hierarchy

Specifies whether to filter by parent or subprocess.

Possible values:

  • PARENT

  • SUBPROCESS

Example

Input

CODE
<?xml version="1.0" encoding="UTF-8"?>
<Query>
<ProcessFilter>
    <ProcessStatus>FINISHED</ProcessStatus>
    <ProcessHierarchy>PARENT</ProcessHierarchy>
</ProcessFilter>
</Query>

Output

CODE
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProcessExecutions>
    <Paginate offset="0" limit="10"/>
    <ProcessExecution id="801cb04f-e501-4d73-8cff-9d3103ebf386">
        <HostName>SOFTPROJECT</HostName>
        <Process>1/MyProject/Processes/MyProcess.wrf</Process>
        <StartedAt>2021-09-02T15:50:28Z</StartedAt>
        <Status>FINISHED</Status>
        <ProcessHierarchy>PARENT</ProcessHierarchy>
    </ProcessExecution>
</ProcessExecutions>

JavaScript errors detected

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

If this problem persists, please contact our support.