Integrating existing applications with Camunda workflow

Hi,

I have existing applications and microservices doing stuff like subscribing to message queues like MQTT topics, kafka topics, running some ML operations etc.

I want to use Camunda BMPN to reuse these existing applications in automating a process.

Any resources on this?

It’s quite easy to do this using Connectors.
I created an example on how to subscribe to and publish events in Kafka in order to integreate Camunda athe same principals would apply to any other message broker. You can check it out here

2 Likes

There is kafka connector for Kafka related usecases But there is none for MQTT. So would things still work?

Since you can connect to MQTT via rest, you can use the rest connector to acheive what you want.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.