diff options
-rw-r--r-- | lib/public/TaskProcessing/IManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/TaskProcessing/IManager.php b/lib/public/TaskProcessing/IManager.php index 1b8bbf5769a..f031144ec67 100644 --- a/lib/public/TaskProcessing/IManager.php +++ b/lib/public/TaskProcessing/IManager.php @@ -138,6 +138,7 @@ interface IManager { /** * @param string|null $userId The user id that scheduled the task * @param string|null $taskTypeId The task type id to filter by + * @param string|null $customId * @return list<Task> * @throws Exception If the query failed * @throws NotFoundException If the task could not be found |