Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Scheduler Folder | Summary of Elements in this Folder | pub.scheduler:resumeTask
 
pub.scheduler:resumeTask
WmPublic. Resumes a suspended task.
Input Parameters
taskID
String Identification number of the task to resume.
If your server runs as part of a cluster of servers, and you have scheduled a task to run on all servers in the cluster, note the following before resuming a task:
*If you resume a parent task, the task will be resumed on all servers in the cluster.
*If you resume a child task, the task will be resumed only on the server on which the child task was scheduled to run.
For more information about parent and child tasks, see pub.scheduler:getTaskInfo or the chapter about managing services in webMethods Integration Server Administrator’s Guide.
Output Parameters
taskResumed
String Indicates whether the task was successfully resumed. If the task was successfully resumed, taskResumed contains true. If the task was not successfully resumed, the server throws an exception and terminates the service.