Skip to main content
Skip table of contents

Nach Prozesspfad filtern

Um nach dem Prozesspfad zu filtern, müssen folgende Elemente deklariert werden:

ElementBeschreibung
ProcessFilterByPath

Filtertyp

Enthält folgende Elemente:

  • ProcessStatus (optional)
  • ProcessPath
ProcessStatus

Prozessstatus, mehrfache Deklaration möglich.

Mögliche Werte:

  • RUNNING
  • PAUSED
  • FINISHED
  • ERROR
  • TERMINATED
  • CRASHED
ProcessPath

Pfad zum auszuführenden X4-Prozess

Mögliche Werte: Beliebig gültiger Pfad zum X4-Prozess im X4 Repository (z. B. 1/MyProject/Processes/MyProcess_1.wrf)

Beispiel

Input

XML
<?xml version="1.0" encoding="UTF-8"?>
<Query>
  <ProcessFilterByPath>
    <ProcessPath>1/MyProject/Processes/MyProcess.wrf</ProcessPath>
  </ProcessFilterByPath>
</Query>

Output

XML
<?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>RUNNING</Status>        
    </ProcessExecution>
</ProcessExecutions>
JavaScript errors detected

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

If this problem persists, please contact our support.