An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Camunda Forms Examples
---

![Community Extension](https://img.shields.io/badge/Community%20Extension-An%20open%20source%20community%20maintained%20project-FF4700)

![Lifecycle](https://img.shields.io/badge/Lifecycle-Stable-brightgreen)

![Compatible with: Camunda Platform 8](https://img.shields.io/badge/Compatible%20with-Camunda%20Platform%208-0072Ce)

![Forms Gallery](repo-hero-banner.png)

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.