Workflow engine - no background jobs created

Hello Forum,

I hope you can help me with my problem:

Nextcloud version (eg, 20.0.5): 27.0.0.1
Operating system and version (eg, Ubuntu 20.04): Debian 12
Apache or nginx version (eg, Apache 2.4.25): Nginx 1.25.1
PHP version (eg, 7.4): 8.2

ISSUE:
I tried to set up various flows. Tried both in the admin panel as well as user. The flows don´t run, however. Trying to troubleshoot, I checked the database (Mariadb) and found, that in the oc_background-jobs (or called similar) table no entry for “OCA/workflow” is created as it should (tried to implement workflow_ocr and PDF-conversion workflow as well as notification workflow). The cron job seems to be running without issues.
I think the issue might lay in the workflow engine itself.

Is this the first time you’ve seen this error? (Y/N):
N

Steps to replicate it:

  1. install workflow plugin
  2. set up (tag assigned, file created and any combination of these)
  3. wait for cron job (or force it)
  4. expected behavior: get notification after a tag was assigned, get a .odt converted to PDF, get OCR done on a PDF or a jpg.

The output of your Nextcloud log in Admin > Logging:

[core] Error: TypeError: OCA\GroupFolders\ACL\ACLManagerFactory::getACLManager(): Argument #1 ($user) must be of type OCP\IUser, null given, called in /var/www/nextcloud/apps/groupfolders/lib/Mount/MountProvider.php on line 206 at <<closure>>

0. /var/www/nextcloud/apps/groupfolders/lib/Mount/MountProvider.php line 206
   OCA\GroupFolders\ACL\ACLManagerFactory->getACLManager()
1. /var/www/nextcloud/apps/groupfolders/lib/Versions/VersionsBackend.php line 172
   OCA\GroupFolders\Mount\MountProvider->getMount()
2. /var/www/nextcloud/apps/groupfolders/lib/Versions/GroupVersionsExpireManager.php line 68
   OCA\GroupFolders\Versions\VersionsBackend->getAllVersionedFiles()
3. /var/www/nextcloud/apps/groupfolders/lib/Versions/GroupVersionsExpireManager.php line 59
   OCA\GroupFolders\Versions\GroupVersionsExpireManager->expireFolder()
4. /var/www/nextcloud/apps/groupfolders/lib/BackgroundJob/ExpireGroupVersions.php line 43
   OCA\GroupFolders\Versions\GroupVersionsExpireManager->expireAll()
5. /var/www/nextcloud/lib/public/BackgroundJob/Job.php line 86
   OCA\GroupFolders\BackgroundJob\ExpireGroupVersions->run()
6. /var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php line 103
   OCP\BackgroundJob\Job->start()
7. /var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php line 93
   OCP\BackgroundJob\TimedJob->start()
8. /var/www/nextcloud/cron.php line 152
   OCP\BackgroundJob\TimedJob->execute()

at 2023-08-08T13:55:02+02:00

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => '****PRIVATE****',
  'secret' => '****PRIVATE****',
  'trusted_domains' => 
  array (
    0 => '****PRIVATE****',
    1 => '****PRIVATE****',
    2 => '192.168.178.201',
  ),
  'datadirectory' => '/media/****PRIVATE****/ncdata',
  'dbtype' => 'mysql',
  'version' => '27.0.1.2',
  'overwrite.cli.url' => 'https://****PRIVATE****',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'default_language' => 'de',
  'enable_previews' => true,
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '****PRIVATE****',
  'dbpassword' => '****PRIVATE****',
  'installed' => true,
  'instanceid' => 'oc92ig3oi41c',
  'overwritehost' => '****PRIVATE****',
  'activity_expire_days' => 14,
  'allow_local_remote_servers' => true,
  'auth.bruteforce.protection.enabled' => true,
  'blacklisted_files' => 
  array (
    0 => '.htaccess',
    1 => 'Thumbs.db',
    2 => 'thumbs.db',
  ),
  'cron_log' => true,
  'default_phone_region' => 'DE',
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\PNG',
    1 => 'OC\\Preview\\JPEG',
    2 => 'OC\\Preview\\GIF',
    3 => 'OC\\Preview\\BMP',
    4 => 'OC\\Preview\\XBitmap',
    5 => 'OC\\Preview\\Movie',
    6 => 'OC\\Preview\\PDF',
    7 => 'OC\\Preview\\MP3',
    8 => 'OC\\Preview\\TXT',
    9 => 'OC\\Preview\\MarkDown',
  ),
  'filesystem_check_changes' => 0,
  'filelocking.enabled' => 'true',
  'htaccess.RewriteBase' => '/',
  'integrity.check.disabled' => false,
  'knowledgebaseenabled' => false,
  'log_rotate_size' => '104857600',
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'loglevel' => 2,
  'logtimezone' => 'Europe/Berlin',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'overwriteprotocol' => 'https',
  'preview_max_x' => 1024,
  'preview_max_y' => 768,
  'preview_max_scale_factor' => 1,
  'preview_libreoffice_path' => '/usr/bin/libreoffice',
  'profile.enabled' => false,
  'redis' => 
  array (
    'host' => '/var/run/redis/redis-server.sock',
    'port' => 0,
    'password' => '****PRIVATE****',
    'timeout' => 0.5,
    'dbindex' => 1,
  ),
  'quota_include_external_storage' => false,
  'share_folder' => '/Freigaben',
  'skeletondirectory' => '',
  'trashbin_retention_obligation' => 'auto, 7',
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'system',
  'mail_domain' => '****PRIVATE****',
  'mail_smtphost' => '****PRIVATE****',
  'mail_smtpport' => '465',
  'mail_smtpauth' => 1,
  'mail_smtpname' => '****PRIVATE****,
  'mail_smtppassword' => '****PRIVATE****',
  'simpleSignUpLink.shown' => false,
  'maintenance' => false,
  'default_locale' => 'de_DE',
  'data-fingerprint' => 'fead994bf6459f6edb3f3a9caf8a4bf6',
  'updater.release.channel' => 'stable',
  'maintenance_window_start' => 1,
);

additional config:

<?php
$CONFIG = array (
  'activity_expire_days' => 14,
  'allow_local_remote_servers' => true,
  'auth.bruteforce.protection.enabled' => true,
  'blacklisted_files' =>
  array (
    0 => '.htaccess',
    1 => 'Thumbs.db',
    2 => 'thumbs.db',
    ),
    'cron_log' => true,
    'default_phone_region' => 'DE',
    'default_locale' => 'de_DE',
    'default_language' => 'de',
    'enable_previews' => true,
    'enabledPreviewProviders' =>
    array (
      0 => 'OC\Preview\PNG',
      1 => 'OC\Preview\JPEG',
      2 => 'OC\Preview\GIF',
      3 => 'OC\Preview\BMP',
      4 => 'OC\Preview\XBitmap',
      5 => 'OC\Preview\Movie',
      6 => 'OC\Preview\PDF',
      7 => 'OC\Preview\MP3',
      8 => 'OC\Preview\TXT',
      9 => 'OC\Preview\MarkDown',
      ),
      'filesystem_check_changes' => 0,
      'filelocking.enabled' => 'true',
      'htaccess.RewriteBase' => '/',
      'integrity.check.disabled' => false,
      'knowledgebaseenabled' => false,
      'log_rotate_size' => '104857600',
      'logfile' => '/var/log/nextcloud/nextcloud.log',
      'loglevel' => 2,
      'logtimezone' => 'Europe/Berlin',
      'memcache.local' => '\OC\Memcache\APCu',
      'memcache.locking' => '\OC\Memcache\Redis',
      'overwriteprotocol' => 'https',
      'preview_max_x' => 1024,
      'preview_max_y' => 768,
      'preview_max_scale_factor' => 1,
      'preview_libreoffice_path' => '/usr/bin/libreoffice',
      'profile.enabled' => false,
      'redis' =>
      array (
        'host' => '/var/run/redis/redis-server.sock',
        'port' => 0,
        'password' => '****PRIVATE****',
        'timeout' => 0.5,
        'dbindex' => 1,
        ),
        'quota_include_external_storage' => false,
        'share_folder' => '/Freigaben',
        'skeletondirectory' => '',
        'trashbin_retention_obligation' => 'auto, 7',
        'maintenance_window_start' => 1,
        );

The output of your Apache/nginx/system log in /var/log/____:

2023/08/08 12:59:02 [warn] 695#695: "ssl_stapling" ignored, host not found in OCSP responder "r3.o.lencr.org" in the certificate "/etc/letsencrypt/ecc-certs/fullchain.pem"
2023/08/08 12:59:02 [warn] 695#695: "ssl_stapling" ignored, host not found in OCSP responder "r3.o.lencr.org" in the certificate "/etc/letsencrypt/rsa-certs/fullchain.pem"
2023/08/08 12:59:04 [error] 821#821: *3 open() "/etc/nginx/html/us" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /us HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:04 [error] 821#821: *4 open() "/etc/nginx/html/status/format/json" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /status/format/json HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:04 [error] 821#821: *5 "/etc/nginx/html/api/index.html" is not found (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /api/ HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:04 [error] 821#821: *8 open() "/etc/nginx/html/status" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /status?full&json HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:06 [error] 821#821: *11 open() "/etc/nginx/html/basic_status" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /basic_status HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:06 [error] 821#821: *17 open() "/etc/nginx/html/server-status" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /server-status?auto HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:06 [error] 821#821: *20 open() "/etc/nginx/html/server-status" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /server-status?auto HTTP/1.1", host: "127.0.0.1"
2023/08/08 12:59:06 [error] 821#821: *21 open() "/etc/nginx/html/admin/api.php" failed (2: No such file or directory), client: 127.0.0.1, server: 127.0.0.1, request: "GET /admin/api.php?auth=&version=true HTTP/1.1", host: "127.0.0.1"

Crontab of www-data:

*/5  *  *  *  * php -f /var/www/nextcloud/cron.php > /dev/null 2>&1

MariaDB oc_jobs:

MariaDB [nextcloud]> SELECT * FROM oc_jobs;
+-------+-----------------------------------------------------------------+-----------------------------------------------------------------------------------------------+------------+--------------+-------------+--------------------+----------------------------------+----------------+
| id    | class                                                           | argument                                                                                      | last_run   | last_checked | reserved_at | execution_duration | argument_hash                    | time_sensitive |
+-------+-----------------------------------------------------------------+-----------------------------------------------------------------------------------------------+------------+--------------+-------------+--------------------+----------------------------------+----------------+
|     1 | OCA\ContactsInteraction\BackgroundJob\CleanupJob                | null                                                                                          | 1691491921 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|     2 | OCA\UpdateNotification\Notification\BackgroundJob               | null                                                                                          | 1691491930 |   1691502618 |           0 |                 16 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|     4 | OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob      | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|     6 | OCA\Text\Cron\Cleanup                                           | null                                                                                          | 1691502302 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|     7 | OCA\Files_Sharing\DeleteOrphanedSharesJob                       | null                                                                                          | 1691502302 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|     8 | OCA\Files_Sharing\ExpireSharesJob                               | null                                                                                          | 1691492015 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|     9 | OCA\Files_Sharing\BackgroundJob\FederatedSharesDiscoverJob      | null                                                                                          | 1691492023 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    10 | OCA\Photos\Jobs\AutomaticPlaceMapperJob                         | null                                                                                          | 1691492026 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    11 | OCA\Files_Trashbin\BackgroundJob\ExpireTrash                    | null                                                                                          | 1691502302 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    12 | OCA\Files\BackgroundJob\ScanFiles                               | null                                                                                          | 1691502001 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    13 | OCA\Files\BackgroundJob\DeleteOrphanedItems                     | null                                                                                          | 1691499001 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    14 | OCA\Files\BackgroundJob\CleanupFileLocks                        | null                                                                                          | 1691502302 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    15 | OCA\Files\BackgroundJob\CleanupDirectEditingTokens              | null                                                                                          | 1691502001 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    16 | OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor            | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    17 | OCA\NextcloudAnnouncements\Cron\Crawler                         | null                                                                                          | 1691461501 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    18 | OCA\ServerInfo\Jobs\UpdateStorageStats                          | null                                                                                          | 1691495402 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    19 | OCA\Notifications\BackgroundJob\GenerateUserSettings            | null                                                                                          | 1691448601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    20 | OCA\Notifications\BackgroundJob\SendNotificationMails           | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    21 | OCA\Activity\BackgroundJob\EmailNotification                    | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    22 | OCA\Activity\BackgroundJob\ExpireActivities                     | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    23 | OCA\Activity\BackgroundJob\DigestMail                           | null                                                                                          | 1691499001 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    24 | OCA\Files_Versions\BackgroundJob\ExpireVersions                 | null                                                                                          | 1691501702 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    25 | OCA\Circles\Cron\Maintenance                                    | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    26 | OCA\DAV\BackgroundJob\CleanupDirectLinksJob                     | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    27 | OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob | null                                                                                          | 1691499001 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    28 | OCA\DAV\BackgroundJob\CleanupInvitationTokenJob                 | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    29 | OCA\DAV\BackgroundJob\EventReminderJob                          | null                                                                                          | 1691502302 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    30 | OCA\DAV\BackgroundJob\CalendarRetentionJob                      | null                                                                                          | 1691483401 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    31 | OCA\DAV\BackgroundJob\PruneOutdatedSyncTokensJob                | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    32 | OCA\WorkflowEngine\BackgroundJobs\Rotate                        | null                                                                                          | 1691495402 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    33 | OC\Authentication\Token\TokenCleanupJob                         | null                                                                                          | 1691456402 |   1691491602 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    34 | OC\Log\Rotate                                                   | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    35 | OC\Preview\BackgroundCleanupJob                                 | null                                                                                          | 1691499001 |   1691502601 |           0 |                  1 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    45 | OCA\AdminAudit\BackgroundJobs\Rotate                            | null                                                                                          | 1691495402 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    46 | OCA\Contacts\Cron\SocialUpdateRegistration                      | null                                                                                          | 1690919101 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    47 | OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob           | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    75 | OCA\Registration\BackgroundJob\ExpireRegistrations              | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    76 | OCA\TwoFactorNextcloudNotification\BackgroundJob\CleanupTokens  | null                                                                                          | 1691499002 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    79 | OCA\SuspiciousLogin\BackgroundJob\ETLJob                        | null                                                                                          | 1691499002 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    80 | OCA\SuspiciousLogin\BackgroundJob\TrainJobIpV4                  | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    81 | OCA\SuspiciousLogin\BackgroundJob\TrainJobIpV6                  | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    93 | OCA\Deck\Cron\DeleteCron                                        | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    94 | OCA\Deck\Cron\ScheduledNotifications                            | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    95 | OCA\Deck\Cron\CardDescriptionActivity                           | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    96 | OCA\Deck\Cron\SessionsCleanup                                   | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    97 | OCA\Mail\BackgroundJob\CleanupJob                               | null                                                                                          | 1691456402 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|    98 | OCA\Mail\BackgroundJob\OutboxWorkerJob                          | null                                                                                          | 1691502302 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|    99 | OCA\Mail\BackgroundJob\IMipMessageJob                           | null                                                                                          | 1691502601 |   1691502601 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|   116 | OCA\Mail\BackgroundJob\SyncJob                                  | {"accountId":1}                                                                               | 1691502601 |   1691502601 |           0 |                  1 | 562423afc287d53e27bc1d34fbc41ce5 |              1 |
|   117 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob             | {"accountId":1}                                                                               | 1691456402 |   1691474101 |           0 |                  0 | 562423afc287d53e27bc1d34fbc41ce5 |              0 |
|   134 | OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob          | {"accountId":1}                                                                               | 1691502602 |   1691502602 |           0 |                  0 | 562423afc287d53e27bc1d34fbc41ce5 |              1 |
|   166 | OCA\EndToEndEncryption\BackgroundJob\RollbackBackgroundJob      | null                                                                                          | 1691502602 |   1691502602 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|  1132 | OCA\Richdocuments\Backgroundjobs\ObtainCapabilities             | null                                                                                          | 1691502602 |   1691502602 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|  1133 | OCA\Richdocuments\Backgroundjobs\Cleanup                        | null                                                                                          | 1691502602 |   1691502602 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|  1136 | OCA\Mail\BackgroundJob\SyncJob                                  | {"accountId":3}                                                                               | 1691502602 |   1691502602 |           0 |                  6 | 377f64949c338b756bd9ce4d6e1db80b |              1 |
|  1137 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob             | {"accountId":3}                                                                               | 1691456402 |   1691474101 |           0 |                  0 | 377f64949c338b756bd9ce4d6e1db80b |              0 |
|  1171 | OC\Core\BackgroundJobs\CleanupLoginFlowV2                       | null                                                                                          | 1691502608 |   1691502608 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
|  1172 | OC\Security\Bruteforce\CleanupJob                               | null                                                                                          | 1691456402 |   1691491602 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
|  3435 | OCA\Mail\BackgroundJob\SyncJob                                  | {"accountId":4}                                                                               | 1691502608 |   1691502608 |           0 |                  1 | 227712f808e18b80b419ddf7fa8cdf0e |              1 |
|  3436 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob             | {"accountId":4}                                                                               | 1691456402 |   1691474101 |           0 |                  0 | 227712f808e18b80b419ddf7fa8cdf0e |              0 |
| 26556 | OCA\Mail\BackgroundJob\SyncJob                                  | {"accountId":5}                                                                               | 1691502609 |   1691502609 |           0 |                  9 | 98e2219f8dabff2f439ec3c4cfc986ae |              1 |
| 26557 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob             | {"accountId":5}                                                                               | 1691456402 |   1691474101 |           0 |                  0 | 98e2219f8dabff2f439ec3c4cfc986ae |              0 |
| 26587 | OCA\News\Cron\UpdaterJob                                        | null                                                                                          | 1691499602 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 26597 | OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob          | {"accountId":3}                                                                               | 1691499602 |   1691502618 |           0 |                  0 | 377f64949c338b756bd9ce4d6e1db80b |              1 |
| 26598 | OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob          | {"accountId":4}                                                                               | 1691499602 |   1691502618 |           0 |                  0 | 227712f808e18b80b419ddf7fa8cdf0e |              1 |
| 26599 | OCA\Mail\BackgroundJob\PreviewEnhancementProcessingJob          | {"accountId":5}                                                                               | 1691499602 |   1691502618 |           0 |                  0 | 98e2219f8dabff2f439ec3c4cfc986ae |              1 |
| 26600 | OCA\GroupFolders\BackgroundJob\ExpireGroupVersions              | null                                                                                          | 1691499602 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 26601 | OCA\GroupFolders\BackgroundJob\ExpireGroupTrash                 | null                                                                                          | 1691499602 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 27891 | OCA\OpenAi\Cron\CleanupImageGenerations                         | null                                                                                          | 1691437517 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34892 | OCA\DAV\BackgroundJob\UploadCleanup                             | {"uid":"********************","folder":"web-file-upload-934a3b105e72869ada05673290313d59-1691281958672"} | 1691456402 |   1691474101 |           0 |                  0 | bd8c47f6ffeb0a5fb440302147d25432 |              0 |
| 34913 | OCA\Analytics\BackgroundJob\Hourly                              | null                                                                                          | 1691500801 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34914 | OCA\Analytics\BackgroundJob\Daily                               | null                                                                                          | 1691424301 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34915 | OCA\Talk\BackgroundJob\ExpireSignalingMessage                   | null                                                                                          | 1691502618 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34916 | OCA\Talk\BackgroundJob\RemoveEmptyRooms                         | null                                                                                          | 1691473802 |   1691474101 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              0 |
| 34917 | OCA\Talk\BackgroundJob\ResetAssignedSignalingServer             | null                                                                                          | 1691502618 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34919 | OCA\Talk\BackgroundJob\CheckHostedSignalingServer               | null                                                                                          | 1691499602 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34920 | OCA\Talk\BackgroundJob\CheckMatterbridges                       | null                                                                                          | 1691502618 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34921 | OCA\Talk\BackgroundJob\ExpireChatMessages                       | null                                                                                          | 1691502618 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34922 | OCA\Music\BackgroundJob\Cleanup                                 | null                                                                                          | 1691502618 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34923 | OCA\Music\BackgroundJob\PodcastUpdateCheck                      | null                                                                                          | 1691502618 |   1691502618 |           0 |                  0 | 37a6259cc0c1dae299a7866489dff0bd |              1 |
| 34924 | OCA\DAV\BackgroundJob\UploadCleanup                             | {"***********************"} | 1691456402 |   1691474101 |           0 |                  0 | aaa148acd67c8a41e43eac1f52df197a |              0 |
+-------+-----------------------------------------------------------------+-----------------------------------------------------------------------------------------------+------------+--------------+-------------+--------------------+----------------------------------+----------------+
81 rows in set (0,001 sec)

App list:

Enabled:
  - activity: 2.19.0
  - admin_audit: 1.17.0
  - analytics: 4.9.4
  - announcementcenter: 6.6.1
  - bruteforcesettings: 2.7.0
  - calendar: 4.4.4
  - circles: 27.0.1
  - cloud_federation_api: 1.10.0
  - comments: 1.17.0
  - contacts: 5.3.2
  - contactsinteraction: 1.8.0
  - dashboard: 7.7.0
  - dav: 1.27.0
  - deck: 1.10.0
  - end_to_end_encryption: 1.13.1
  - federatedfilesharing: 1.17.0
  - files: 1.22.0
  - files_accesscontrol: 1.17.0
  - files_automatedtagging: 1.17.0
  - files_pdfviewer: 2.8.0
  - files_rightclick: 1.6.0
  - files_sharing: 1.19.0
  - files_trashbin: 1.17.0
  - files_versions: 1.20.0
  - flow_notifications: 1.7.0
  - forms: 3.3.1
  - groupfolders: 15.0.1
  - guests: 2.5.0
  - integration_github: 2.0.6
  - integration_openai: 1.0.11
  - integration_replicate: 1.0.7
  - logreader: 2.12.0
  - lookup_server_connector: 1.15.0
  - mail: 3.2.5
  - music: 1.8.4
  - news: 22.0.0
  - nextcloud_announcements: 1.16.0
  - notes: 4.8.1
  - notifications: 2.15.0
  - oauth2: 1.15.1
  - password_policy: 1.17.0
  - photos: 2.3.0
  - previewgenerator: 5.3.0
  - privacy: 1.11.0
  - provisioning_api: 1.17.0
  - recommendations: 1.6.0
  - registration: 2.2.0
  - related_resources: 1.2.0
  - richdocuments: 8.1.1
  - richdocumentscode: 23.5.202
  - root_cache_cleaner: 0.1.5
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - sharebymail: 1.17.0
  - side_menu: 3.10.3
  - spreed: 17.0.3
  - suspicious_login: 5.0.0
  - systemtags: 1.17.0
  - terms_of_service: 2.2.0
  - text: 3.8.0
  - theming: 2.2.0
  - translate: 1.1.6
  - twofactor_backupcodes: 1.16.0
  - twofactor_nextcloud_notification: 3.7.0
  - twofactor_totp: 9.0.0
  - updatenotification: 1.17.0
  - user_status: 1.7.0
  - viewer: 2.1.0
  - weather_status: 1.7.0
  - workflow_ocr: 1.27.1
  - workflow_pdf_converter: 1.12.0
  - workflowengine: 2.9.0
Disabled:
  - encryption: 2.15.0 (installed 2.15.0)
  - federation: 1.17.0 (installed 1.17.0)
  - files_external: 1.19.0
  - firstrunwizard: 2.16.0 (installed 2.16.0)
  - maps: 1.1.0 (installed 1.1.0)
  - support: 1.10.0 (installed 1.10.0)
  - survey_client: 1.15.0 (installed 1.15.0)
  - talk_matterbridge: 1.26.0
  - user_ldap: 1.17.0