Skip to content

camunda-community-hub/camunda-8-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camunda 8 Examples

A collection of examples related to the usage of Camunda 8.

Table of Contents

  1. Async Service Task Example : Implementation of an asynchronous service task with handling for an asynchronous service call.

  2. Multi-instance Processing of a (Very) Large Sequence : Example demonstrating the processing of a very large sequence of entities using multi-instance subprocesses.

  3. Payment Example Process Application : Example of a process application containing a payment process and the required workers, forms, and dummy services.

    • Deployment Example on Kubernetes: Available
  4. Integrate Camunda 8 with Microsoft PowerApps Dataverse : Guide for connecting the Camunda 8 REST Connector to Microsoft PowerApps Dataverse via OAuth2 to query data from tables.

  5. Rollback on Error Example : Example of rollback on error in a process where two actions need to be executed synchronously.

  6. Example for synchronous responses from processes : Example of synchronous response from Camunda 8 processes.

  7. Timer Testing : Example demonstrating how to test timers in Zeebe.

  8. Pyzeebe & Connectors Example : Project containing a process, user form, Python worker using the pyzeebe client, and a custom worker template.

  9. Zeebe Java Client Examples : Maven project containing several examples using the Zeebe Java client.

How to use

Check out the repo. Navigate to the project you are interested in. Each project should contain:

  • an introduction to the purpose
  • a brief description of the functionality
  • a guide on how to setup and test the example

Report problems

If problems occur, please file an issue containing:

  • which project should be used
  • what did not work out
  • which environment was used (java version, build tool, ...)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages