Fully working .NET 5 project that shows how to interact with Camunda to automatically execute Service Tasks and Receive Tasks
Steps needed to run and test the project:
- Installation Visual Studio with the latest version of .NET
- Install Camunda (camunda-bpm-run version is enough but every version works)
- Add the proper value to the appsettings.json to connect to Camunda
- Create and deploy a BPMN process to Camunda with at least one service task with an external implementation and topic configured
- Create an executor class in the SampleWebApi project to execute some test code