You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/public/TaskProcessing/IManager.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public function getAvailableTaskTypeIds(bool $showDisabled = false, ?string $use
67
67
/**
68
68
* @param Task $task The task to run
69
69
* @throws PreConditionNotMetException If no or not the requested provider was registered but this method was still called
70
-
* @throws ValidationException the given task input didn't pass validation against the task type's input shape and/or the providers optional input shape specs
70
+
* @throws ValidationException the given task input didn't pass validation against the task type's input shape and/or the providers optional input shape specs, or the specified webhook didn't pass validation
71
71
* @throws Exception storing the task in the database failed
72
72
* @throws UnauthorizedException the user scheduling the task does not have access to the files used in the input
73
73
* @since 30.0.0
@@ -80,7 +80,7 @@ public function scheduleTask(Task $task): void;
80
80
* @param Task $task The task to run
81
81
* @return Task The result task
82
82
* @throws PreConditionNotMetException If no or not the requested provider was registered but this method was still called
83
-
* @throws ValidationException the given task input didn't pass validation against the task type's input shape and/or the providers optional input shape specs
83
+
* @throws ValidationException the given task input didn't pass validation against the task type's input shape and/or the providers optional input shape specs, or the specified webhook didn't pass validation
84
84
* @throws Exception storing the task in the database failed
85
85
* @throws UnauthorizedException the user scheduling the task does not have access to the files used in the input
0 commit comments