wm.tn.task:stopTask
Stops the specified task. The task's status is changed to STOP and no more retries are attempted.
Input Parameters
taskId | String The internal identifier of the task that you want to stop. |
Output Parameters
None.
Usage Notes
If
taskId is not valid, this service throws an exception.
If the task has already completed or “STOPPED,” this service throws an exception.