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