How to implement Camunda with mendix?

0
Hi guys, In my application I need to implement a Camunda BPM workflow. But I don’t get any proper documentation regarding the connection establishment between camunda and mendix. Can you guys help me out with some proper links regarding the process of connecting camunda with mendix?
asked
1 answers
0

Hi,

If you are talking about an integration between Mendix and Camunda, there is no standard one but you can use REST API's to connect. Not a camunda expert, but here are the API documentations on the camunda side: https://docs.camunda.org/manual/latest/reference/rest/ and this is how you call a REST service with Mendix: https://docs.mendix.com/refguide/call-rest-action

answered