Methods / Methods for Process Instances |
REST
POST
Restores a process instance and associated data from the ArchiveDatabase to the AgilePoint Server. The process instance records are written to the AgilePoint Database deleted from the AgilePoint Archive Database.
https://[domain]:[port]/AgilePointServer/Workflow/RestoreProcInst/[procInstID]
https://[domain]:[port]/AgilePointService/Workflow/RestoreProcInst/[procInstID]
Name | Description |
---|---|
procInstID |
|
$("#btnRestoreProcInst").click(function () { $.ajax({ url: "http://mydomain:9011/AgilePointServer/Workflow/ RestoreProcInst/0008D8ACD70B4D38955F0777C5433963" }); });
None.
The response body is empty.
AgilePoint BPMS v5.0 R2 and higher