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.
|
|