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
@@ -70,7 +70,7 @@ public function getAvailableTaskTypeIds(bool $showDisabled = false, ?string $use
70
70
/**
71
71
* @param Task $task The task to run
72
72
* @throws PreConditionNotMetException If no or not the requested provider was registered but this method was still called
73
-
* @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
73
+
* @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
74
74
* @throws Exception storing the task in the database failed
75
75
* @throws UnauthorizedException the user scheduling the task does not have access to the files used in the input
76
76
* @since 30.0.0
@@ -83,7 +83,7 @@ public function scheduleTask(Task $task): void;
83
83
* @param Task $task The task to run
84
84
* @return Task The result task
85
85
* @throws PreConditionNotMetException If no or not the requested provider was registered but this method was still called
86
-
* @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
86
+
* @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
87
87
* @throws Exception storing the task in the database failed
88
88
* @throws UnauthorizedException the user scheduling the task does not have access to the files used in the input
0 commit comments