The List Savepoints operation generates a list of the Savepoints set in a process.
Input
The adapter does not expect any input.
Output
The adapter creates an XML document as output:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Savepoints>
<Savepoint id="2be2eab5-317e-4c02-9896-7de77c4fa217">
<PID>1675418719043677647</PID>
<PUID>eab1040b-6635-4d64-9cbf-f613ace4291d</PUID>
<Repository>1</Repository>
<Project>SavePoints</Project>
<Process>Processes/SaveMe.wrf</Process>
<NextAction_ID>2</NextAction_ID>
</Savepoint>
<Savepoint id="72541d1c-fb40-433a-9cd3-677d8cdf814f">
<PID>1675418719043677647</PID>
<PUID>eab1040b-6635-4d64-9cbf-f613ace4291d</PUID>
<Repository>1</Repository>
<Project>SavePoints</Project>
<Process>Processes/SaveMe.wrf/SaveMePrivateSubprocess.wrf</Process>
<NextAction_ID>1</NextAction_ID>
</Savepoint>
<Savepoint id="e2c06c03-1d66-4bdf-9f15-616ee9e8ce8b">
<PID>1675418719043677647</PID>
<PUID>eab1040b-6635-4d64-9cbf-f613ace4291d</PUID>
<Repository>1</Repository>
<Project>SavePoints</Project>
<Process>Processes/SaveMeSubprocess.wrf</Process>
<NextAction_ID>3</NextAction_ID>
</Savepoint>
</Savepoints>
The following elements can be contained in the output:
|
Element |
Description |
|---|---|
|
|
The |
|
|
Process ID There are two scenarios when retrieving the PID: Scenario 1
Scenario 2
Example of scenario 2:
|
|
|
UUID of the process with which the savepoints were read For Savepoints created with an X4 version prior to 7.3, only the PID is output, not the PUID.
|
|
|
The workspace where the project is stored |
|
|
Name of the project that contains the Technical Process |
|
|
Name of the Technical Process in which the savepoints are set |
|
|
The action ID of the element that follows the savepoint that has been set in the process named in the output.
|