Operation: Resume Savepoint
The Resume Savepoint operation resumes a process after a stop triggered by a savepoint.
Input
The adapter expects an XML document as input.
CODE
<?xml version="1.0" encoding="UTF-8"?>
<Id></Id>
The following element must be included in the input:
| Element | Description | Possible values |
|---|---|---|
Id | UUID of the savepoint | UUID |
Example
Input
CODE
<?xml version="1.0" encoding="UTF-8"?>
<Id>65ece1ae-182c-4c5b-9116-dc1f4c03355e</Id>
Output
The operation does not generate a specific output, i.e., the output is the same as the input.