f7cloud_client/apps/workflowengine/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

53 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016 F7cloud GmbH and F7cloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
<id>workflowengine</id>
<name>F7cloud workflow engine</name>
<summary>F7cloud workflow engine</summary>
<description>F7cloud workflow engine</description>
<version>2.14.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Julius Härtl</author>
<author>Morris Jobke</author>
<namespace>WorkflowEngine</namespace>
<types>
<filesystem/>
</types>
<category>files</category>
<website>https://github.com/f7cloud/server</website>
<bugs>https://github.com/f7cloud/server/issues</bugs>
<repository>https://github.com/f7cloud/server.git</repository>
<dependencies>
<f7cloud min-version="1" max-version="2"/>
</dependencies>
<background-jobs>
<job>OCA\WorkflowEngine\BackgroundJobs\Rotate</job>
</background-jobs>
<repair-steps>
<post-migration>
<step>OCA\WorkflowEngine\Migration\PopulateNewlyIntroducedDatabaseFields</step>
</post-migration>
</repair-steps>
<commands>
<command>OCA\WorkflowEngine\Command\Index</command>
</commands>
<settings>
<admin>OCA\WorkflowEngine\Settings\Admin</admin>
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
<personal>OCA\WorkflowEngine\Settings\Personal</personal>
<personal-section>OCA\WorkflowEngine\Settings\Section</personal-section>
</settings>
</info>