Seeking help with Camunda and .NET REST API integration for a graduation project. We have Camunda running and basic models deployed, but the .NET REST API connection is unclear. Any guidance or links to relevant information? Thanks!
Can you explaina little bit about what you’re trying to connect to with your process?
Hi @Aliaa_Hisham,
Here is an example which might be of help to you.
Below are the libraries used for interaction with Camunda in the above example
Below is used as Rest API client for .Net
Below is used to create handlers for external tasks
1 Like