Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in Integration Server | DELETE Audit Entries to Rollback Task
 
DELETE Audit Entries to Rollback Task
This REST request enables you to roll back the task to any available audit point in the task's audit history. The DELETE request removes the unwanted audit entries to enable rollback to the desired audit entry point. The underlying built-in service is pub.task.taskclient:rollbackTask.
The HTTP request is formed as follows:
DELETE /rest/pub/opentask/taskID/audit/auditEntryID
Input Parameters
auditEntryID
Integer The ID of the audit log entry that you want to roll the task back to.
taskID
String The unique identifier that the Task Engine assigns to the task instance.
Output Parameters
None.