Uploading a new process to an already existing Bonita Application that runs on Docker

24 views Asked by At

So, I was reading the documentation, and I found out that only users with an Enterprise subscription can compile a Docker image of the Bonita Runtime. But then, I read in here that it is also possible to deploy a process, and then install it to an already existing application through the Bonita Administrator Application.

So, technically, I could just create a Bonita Application, put it inside of a Docker by following these instructions, host that Docker in a service like AWS, and then upload all of the other applications and processes that I create over time to that same instance, couldn't I?

Now, regarding the upload and installation of these new applications, there is no current way of doing it through the API, right? The POST method for the Create a living application endpoint is deprecated since v9.0.0. Thus, the only way to install a new application inside of the Docker would be to copy the compiled app that I want to add inside of the container, and then install it using the admin app. Am I getting this right?

Thanks in advance for your time!

0

There are 0 answers