NPDeehan / List-of-my-Camunda-8-examples

This lists the worthwhile examples i've made for Camunda 8. Hopefully they'll be useful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of Camunda 8 Examples

This is a list of examples i've made using Camunda 8

Orchestrating a Diverse set of Endpoints

See how forms, scripts and external services are all implemented together in this example.

Source Code Here

diverse

Approval Process with Camunda Forms

This example show how you can pass data between task in a process and display them in Camunda forms

Source Code Here

approval process

Camunda & Kafka Connector Example

This shows how to go send and receive Kafka messages as part of a Camunda BPMN process.

Source Code Here

kafkaProcess

Using Compensation Events

If you need to undo something that's happened asyncronously or something that's happened in an external system this is BPMN symbol of for you.

Source Code is Here processModel

Starting a Process with a webhook

Want to start a specific process from a unique endpoint? Well this example shows how you can create a webhook on a start events

Source Code Here

process

About

This lists the worthwhile examples i've made for Camunda 8. Hopefully they'll be useful

License:Apache License 2.0