https://github.com/camunda-community-hub/camunda-forms-examples
This repository showcases a variety of use cases that can be solved with Camunda Forms. Use it to discover new use cases, understand technical capabilities, to find a way to get started quickly, or to get inspired.
https://github.com/camunda-community-hub/camunda-forms-examples
camunda-8 forms tasklist
Last synced: 4 months ago
JSON representation
This repository showcases a variety of use cases that can be solved with Camunda Forms. Use it to discover new use cases, understand technical capabilities, to find a way to get started quickly, or to get inspired.
- Host: GitHub
- URL: https://github.com/camunda-community-hub/camunda-forms-examples
- Owner: camunda-community-hub
- License: mit
- Created: 2024-02-19T11:51:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T16:01:05.000Z (over 2 years ago)
- Last Synced: 2025-07-14T07:07:08.064Z (11 months ago)
- Topics: camunda-8, forms, tasklist
- Homepage:
- Size: 3.55 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Camunda Forms Examples
---




This repository showcases a variety of use cases that can be solved with Camunda Forms. Use it to discover new use cases, understand technical capabilities, to find a way to get started quickly, or to get inspired.
## File format + structure
Form files are organized in folders for high-level use cases and domains. Files contain a prefix indicating the required Camunda version to run the form.
## Setup
Just upload the files to Web Modeler, or open them in Desktop Modeler. You can of course open them in any [form-js](https://github.com/bpmn-io/form-js/) distribution you like, including self-hosted.
## Highlights
### [Invoice Creator](./invoicing/)
Create and review an invoice with a dynamic list of items and automatic total and tax calculations in a WYSIWYG editor.
### [External App Task](./external-app-orchestration/)
Not every task can be worked on using a form. Many tasks require users to perform an action in an external system, such as updating a record in a CRM. Use this form to provide work instructions to users and route them to the respective external app. Users can capture additional comments in case something unexpected happened.
### [Credit Card Order](./orders/)
A simplified credit card order form, suitable to bootstrap a self-service account opening process.
### [Car Insurance Claim Review](./review/)
Review a car insurance claim with an overview of relevant details, including pictures of the damage, and either approve or reject it.
### [OCR Validation](./data-validation/)
Let users validate and correct results from an OCR scan. Improve your OCR accuracy by measuring the number of corrected rows.
### [Filterable Table](./filterable-table/)
Filter table values using a configurable tag list and other components.
### [Comments](./comments/)
Show comments from a conversation or thread, and add new ones.