Our team is building an application using Angular and React, and we want to integrate Camunda’s workflow engine in a way that allows users to perform all workflow-related operations directly from within our application. Specifically, we want users to be able to run processes, schedule tasks, and view/manage active jobs without needing to access the Camunda web interface (Operate, Tasklist, etc.).
Is it possible to achieve full integration of these capabilities (running, scheduling, job tracking) within our own custom frontend? Could you provide guidance on the best approach for this kind of integration, such as utilizing the REST API or embedding Camunda components? Additionally, are there any best practices or potential challenges we should be aware of for this kind of setup?