Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-01-14 12:43:50 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-01-28 12:58:57 +0300
commit46aaeb45612e20b6f460396533faf7f26ed1d6f7 (patch)
treeedf3c37534c4af5d4865ddd37785139e5b2ab916 /apps/workflowengine/appinfo
parent74f1b09f3d9d350a3374a35391b79722e81533e9 (diff)
log Flow activity
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r--apps/workflowengine/appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml
index 8b672735ffa..10ce7661e5f 100644
--- a/apps/workflowengine/appinfo/info.xml
+++ b/apps/workflowengine/appinfo/info.xml
@@ -25,6 +25,10 @@
<nextcloud min-version="19" max-version="19"/>
</dependencies>
+ <background-jobs>
+ <job>OCA\WorkflowEngine\BackgroundJobs\Rotate</job>
+ </background-jobs>
+
<repair-steps>
<post-migration>
<step>OCA\WorkflowEngine\Migration\PopulateNewlyIntroducedDatabaseFields</step>