public class RunJobPlanTask extends XMLRequest
| Constructor and Description |
|---|
RunJobPlanTask(int runID)
Constructs a
ExecuteTaskImmediately using the specified RunID. |
RunJobPlanTask(int parentRunID,
int lnr)
Constructs a
ExecuteTaskImmediately using the specified parent RunID and Lnr. |
| Modifier and Type | Method and Description |
|---|---|
RunJobPlanTask |
withForceSet()
Sets the force flag to '1' in order to allow activation of tasks
that might still be waiting for parents.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic RunJobPlanTask(int runID)
ExecuteTaskImmediately using the specified RunID.runID - RunIDpublic RunJobPlanTask(int parentRunID,
int lnr)
ExecuteTaskImmediately using the specified parent RunID and Lnr.parentRunID - RunID of the parent (workflow)lnr - Run number of the task in the Workflowpublic RunJobPlanTask withForceSet()
Copyright © 2021. All rights reserved.