If successful, returns
200 OK
in the response header, and status message in the response body.
XML
If successful, returns
200 OK
in the response header, and status message in the response body.
Example
Request
PUT <baseurl>/process/save/terminated/instances/com.example.sanityprocesses/true
Response
{
"xml-fragment": {
"statusMessage": "saveTerminatedProcessInstances operation has completed. Save state was updated for 2 process templates",
"details": ""
}
}