Nextcloud integration app for Valtimo BPM and case management.
This is a Nextcloud wrapper app that provides integration between Nextcloud and an external Valtimo server. It does not contain the Valtimo platform itself - it connects your Nextcloud instance to a running Valtimo deployment.
For Valtimo documentation, see: https://docs.valtimo.nl/
- Adds a Valtimo entry to the Nextcloud navigation
- Provides a UI within Nextcloud for managing cases and workflows
- Integrates Valtimo case management with Nextcloud files and users
- Bridges the Common Ground / ZGW ecosystem with Nextcloud
Valtimo is an open-source BPM (Business Process Management) and case management platform for Dutch municipalities and government organizations. It is part of the Common Ground ecosystem.
Key features of Valtimo:
- BPMN Workflow Engine - Built on Camunda for process orchestration
- Case Management - ZGW API-compliant case handling
- Document Generation - Template-based document creation
- Form Builder - Form.io-based dynamic forms
- SSO Integration - Keycloak-based authentication
- Nextcloud 28 or higher
- PHP 8.0 or higher
- A running Valtimo server instance
Search for "Valtimo" in your Nextcloud app store and click Install.
- Download the latest release from GitHub Releases
- Extract to your Nextcloud
appsorcustom_appsdirectory - Enable the app:
occ app:enable valtimo
After installation, configure the Valtimo server URL in the Nextcloud admin settings.
# Install dependencies
composer install
npm install
# Build frontend
npm run build
# Watch for changes
npm run watch
# Run linting
composer phpcs
npm run lint| Project | Description | Links |
|---|---|---|
| Valtimo | BPM and case management platform | Website / Docs / GitHub |
| OpenZaak | ZGW API backend (cases, documents) | GitHub / Docs |
| OpenKlant | Customer interaction registry | GitHub |
| Open Register | Nextcloud register management | GitHub |
AGPL-3.0 - See LICENSE for details.