Manifest Schema Overview
Here’s a quick overview of key fields in a manifest.xml:
xml
<manifest>
<name>Example App</name>
<version>1.0.0</version>
<author>Netgrif</author>
<process>processes/example.xml</process>
<import>imports/case.xml</import>
</manifest>name: Name of the applicationversion: Version of the application (e.g., 1.0.0)author: Name of author or organizationprocess: Relative path to Petriflow process filesimport: Case templates to be deployed with the applicationdependenciesandassetsare also optional fields
