简体   繁体   中英

How to use Spring Boot Activity Rest api in Activity App Ui

I am new to Activity process. I want to used the Activity with spring boot application. So, I want to used the rest api in spring boot and that rest api will be used by activiti-admin.war and activiti-app.war.

So, when I have deployed process from spring boot that will be available in UI and add some Listener while assigning task will be called in my spring boot app.

Can any one help.

Thanks in advance.

It sounds like you are using the version 6 Activiti build. Both the activiti-app and admin-app already use "a" REST API to communicate to the backend, however it is not the community REST API that will be deployed with your Spring boot application (I assume you are using the Activiti spring boot starter rest).

It is not actually going to be trivial to separate the activiti-app and admin-app UI from the service layer as they are quite tightly coupled, but it is certainly possible. While I haven't actually attempted it, it may be easiest to take the activiti-app build module (activiti-ui/activiti-app) and separate the client and server portions since the client is now a regular AngularJS application.

Is this what you are looking for? Thanks, Greg

I hope you are looking for something like this . It seems they are planning to support activiti app with your own spring boot application in Activiti 7.

If you are able to solve the case, please help with the sample structure. I am bit stuck with same usecase.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM