Process blueprints
Prerequisites
How to import a process blueprint
Copying files
|-- blueprints
| |-- [name of the blueprint]
| | |-- backend
| | | |-- main
| | | | |-- java
| | | | |-- kotlin
| | | | |-- resources
| | | | |-- bpmn
| | | | |-- dmn
| | | | |-- config
| | | | |-- document
| | | | |-- form
| | | | |-- form-flow
| | | | |-- formlink
| | | | |-- liquibase
| | | | |-- process-document-link
| | | | |-- application.yml
| | | |-- build.gradle/pom.xml
| | |-- frontend
| | | |-- app
| | | |-- assets
| | | |-- environments
| | | |-- package.json
| | |-- README.md
| |-- ...
|-- CONTRIBUTING.md
|-- README.mdConfiguring and customizing the process blueprint
Creating process blueprints for GZAC
Privacy and intellectual property
Adding a process blueprint to the git repository
Checkout the latest code
Preparing your files
Copy your files
Write documentation
Pull request
Last updated