Pinned Repositories
CamundaCodeStudioOne
This is the code need to follow along with the Camunda Code Studo event
TriviaGameExample
This is a simple trivia quiz game designed in BPMN and executable with Camunda 8 Saas.
Camunda-Endpoint-Diversity-Example
This is an example of how camunda is able to integrate Kafka, Frontend Applications, Rest services and more.
Camunda-Modeler-Best-Plugins-List
This is the list of Camunda Modler Plugins that I (Niall) use and love!
CamundaSagaPatternExample
This is an example of how to model the Saga Pattern by taking a distributed group of micro services and have them orchestrated asynchronously using Camunda and BPMN.
Compensation-Example-Camunda8
This is an example of how to implement a compensation events and tasks in order to undo something executed previously in a BPMN process
GenericErrorAndReturn
Showing how to throw an error anywhere in the process and then Return back afterwards
kaffee-und-kuchen
Easily switching a syncronouse archetecture to an a-sync with a Camunda workflow engine.
List-Of-Camunda-Examples-By-Niall
This is a list showing all of the one-off examples that i've created to show examples and demenstreate paterners
List-of-my-Camunda-8-examples
This lists the worthwhile examples i've made for Camunda 8. Hopefully they'll be useful
NPDeehan's Repositories
NPDeehan/List-Of-Camunda-Examples-By-Niall
This is a list showing all of the one-off examples that i've created to show examples and demenstreate paterners
NPDeehan/List-of-my-Camunda-8-examples
This lists the worthwhile examples i've made for Camunda 8. Hopefully they'll be useful
NPDeehan/KafkaConnectorExample
This is a project that demonstracts Camunda 8's Inbound and outbound connectors to Kafka
NPDeehan/Risk-Analysis-DMN-OpenAI-Camunda
This is an example showcasing how a risk analysis process can utilize business rules and AI to help determine potential fraud or risk of an investment
NPDeehan/Camunda-Cockpit-Plugin-Tutorial
This project is used to create a plugin that lets you start a process instance from Camunda Cockpit. It does this through the Cockpit Plugin system. This examples is used as part of the Camunda Cockpit Plugin tutorial video.
NPDeehan/idempotent-process-example
How to build a Camunda process that will only start one instance per request.
NPDeehan/SendEmailCamunda8Example
This is an example project that shows how you can send an email using Camunda Cloud
NPDeehan/Whos50GameCamunda8
This is an example project that showcases some core funtions of Camunda Cloud.
NPDeehan/bpmn-quest
NPDeehan/Compensation-Example-Camunda8
This is an example of how to implement a compensation events and tasks in order to undo something executed previously in a BPMN process
NPDeehan/camunda-cloud-visual-starter
Just a simple project which can run some basic commands to Camunda 8 in the cloud
NPDeehan/FishingWebhookExample
This is an example project for Camunda 8 inbound connectors. It show how to setup a webhook
NPDeehan/racing-car-example
This is a an example project using Camunda and spring boot to show how to win a race :)
NPDeehan/Beer-Suggestion-Process
This is a process that uses BPMN, DMN and some AI to suggest a beer you should try based on your location and preference
NPDeehan/Camunda-Endpoint-Diversity-Example
This is an example of how camunda is able to integrate Kafka, Frontend Applications, Rest services and more.
NPDeehan/CamundaGettingStarted
NPDeehan/Multi-Instance-User-Assignment-Camunda8
This is an example using BPMN and Camunda 8 to show how a multi-instance subprocess can be used to assignee a dynamic list of users to a task
NPDeehan/SendEmailCamunda7Example
This is an example of how you can send an Email using Camunda and an External Task
NPDeehan/SimpleApprovalExample
This is an example of BPMN process which contains a task where data is entered followed by a task where data is approved/rejected
NPDeehan/AI_Transater_Template
This is a connector template for Camunda 8 SaaS. It uses OpenAI to translate given text into a given langauge.
NPDeehan/Birthday-Invite-Example
Using Camunda and BPMN I've built an example of a process for birthday invites. It integreates with Slack and also uses multi-instance parkers to send emails with SendGrid
NPDeehan/BPMN-Communication-Example
This is an example of a BPMN process which documents those involved in ordering, makeing and devliering a coffee in a Cafe
NPDeehan/Camunda-Workshop-Utility-Processes
This project contains some useful processes that make conducting a workshop easier, especially regarding user signup.
NPDeehan/CamundaSignalEventExample
This is an example of how you use BPMN Signal events to triger actions between different Camunda Processes.
NPDeehan/christmas-preperations-example
This is an example of Camunda orchestrating a process of user tasks and events.
NPDeehan/Date-Profile-Creator-Example
This is a process that helps you generate a good dating profile. It uses BPMN and Camunda 8 as a framework and serves as an example of integrations of ChatGPT and webhooks
NPDeehan/DMN-tutorial-examples
These are some DMN table used as part of a tutorial series to help people understand how to build a DMN table from basic to complex
NPDeehan/Github-Camunda-Sync-Demo
This is just a repo i'm using in order try out githubSync
NPDeehan/Invoice-Kafka-Process-Example
This is a simple enough example project for Camunda 8 which shows how you can process an invoice between end users and then at the end send and receive Kafka messages
NPDeehan/OptimizeTutorialCamundaEngine
This is a Camunda spring boot application and m2 database with data for the Camunda Optimize tutorial