Mandatory Type Description project_id Yes String Explanation: Project ID of a tenant in a region. To obtain this value, seeObtaining a Project ID. Constraints: None Value range: The value can contain 32 characters. Only letters and digits are allowed. ...
The task is terminated successfully. { "result" : "success" } Status code: 400 Bad Request: Invalid request. The client should not repeat the request without modifications. { "error_code" : "AOM.31001418", "error_msg" : "The task does not support the current operation.", "http_code"...
FAILED- The task was not able to be completed. For example, there may be files the task failed to process. TheDataRepositoryTaskFailureDetailsproperty provides more information about task failures. SUCCEEDED- The task has completed successfully. CANCELED- The task was canceled and it did not comp...
tube:truncate() - delete all tasks from the tube. Note that tube:truncate must be called only by the user who created this tube (has space ownership) OR under a setuid function. Read more about setuid functions here.About Create task queues, add and take jobs, monitor failed tasks Top...
In a retry, it is most efficient to resubmit only Tasks that failed to add, and to omit Tasks that were successfully added on the first attempt. The maximum lifetime of a Task from addition to completion is 180 days. If a Task has not completed within 180 days of being added it will...
In a retry, it is most efficient to resubmit only Tasks that failed to add, and to omit Tasks that were successfully added on the first attempt. The maximum lifetime of a Task from addition to completion is 180 days. If a Task has not completed within 180 days of being added it will...
Default behaviour is to use fibonacci sequence to increase the timeout after each failed retry attempt. OnSuccess defines tasks which will be called after the task has executed successfully. It is a slice of task signature structs. OnError defines tasks which will be called after the task ...
5. AlthoughStart Time is set for the scheduled task, the task is stopped after the start time, and no available button to make the task continue. Even if the task is executed successfully, a prompt will pop up indicating that the task has been deleted when it is executed again. ...
The execution of the group (Capture Image) has failed and the execution has been aborted. An action failed. Operation aborted (Error: 80004004; Source: Windows) Failed to run the last action: Apply Windows PE. Execution of task sequence failed. ...
(tid)//成功执行时,在线程池中处理任务的结果taskResultGetter.enqueueSuccessfulTask(taskSet,tid,serializedData)//处理失败的情况}elseif(Set(TaskState.FAILED,TaskState.KILLED,TaskState.LOST).contains(state)){taskSet.removeRunningTask(tid)taskResultGetter.enqueueFailedTask(taskSet,tid,state,serializedData)...