public class RollbackTo extends XMLRequest
| Constructor and Description |
|---|
RollbackTo(int runID)
Constructs a new
RollbackTo request. |
RollbackTo(int parentRunID,
int taskLnr)
Constructs a new
RollbackTo request, based on the runID and the taskLnr. |
RollbackTo(String taskID)
Constructs a new
RollbackTo request, based on the taskID. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic RollbackTo(int runID)
RollbackTo request.runID - RunID of the taskpublic RollbackTo(int parentRunID,
int taskLnr)
RollbackTo request, based on the runID and the taskLnr.parentRunID - The RunID of the parent (workflow)taskLnr - The lnr of the taskpublic RollbackTo(String taskID)
RollbackTo request, based on the taskID.taskID - The task id with the following format parent-run-id/task-lnr.Copyright © 2021. All rights reserved.