Can we use camunda 8 offline?

Hi Team,

We are planning to create a mobile app using camunda 8 as backend. For which we need app to be available offline. Can we acheive this with Camunda 8?

Hi @SayaliJadhav - I think you might be mistaken about what Camunda is. Camunda is a process orchestration platform, not a backend framework. It does not run on a mobile device (though you can open the web interface to Camunda products like Tasklist on your mobile device). Camunda allows you to design powerful and flexible processes using BPMN, and the BPMN models are then executed by the process engine itself. A typical architecture, even for an offline-first mobile app, would still be to have a backend that the application communicates with, and that backend can interface with Camunda.

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