Operation: Find Process Execution Detail
The Find Process Execution Detail
operation outputs detailed information about a process with the specified UUID.
Example
Input
The adapter expects an XML document as input:
XML
<?xml version="1.0" encoding="UTF-8"?>
<Id>15c28be0-d02b-4ca9-be08-b4096afef7f6</Id>
The following elements have to be included in the input:
Element | Description |
---|---|
Id | UUID of the process |
Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ProcessInformation id="541109a1-b5ec-40f8-bc9f-a19e33a0564e">
<HostName>DESKTOP-MRJDMVA</HostName>
<Process>1/ESBProject_1/Processes/process.wrf</Process>
<StartedAt>2022-12-02T12:06:37.279955Z</StartedAt>
<FinishedAt>2022-12-02T12:06:41.17392Z</FinishedAt>
<TotalTime>3893</TotalTime>
<Status>FINISHED</Status>
<DebugMode>true</DebugMode>
</ProcessInformation>