Hello,
Is it ok to point the UI apps, the rest api and the embedded process engine the same database scheme?
Can this lead to inconsistent data ?
I need to integrate a custom app to the flowable engine and consider the following setup:
- Use the UI apps to model and deploy processes.
- Use the UI apps for back-office tasks
- Create integration to a custom apps which connects to the same database using the REST API and/or the embedded flowable engine.
Would this be ok ?