I'm interested in running either the explorer from activiti 5 or the kickstart app from activiti 6 within my spring project, so that I can utilize the BPMN editing UI to modify/create processes that the activiti engine will leverage in my application. I'm confused as to how to do this. I've only be successful in running the kickstart app by running the activiti-app.war file with tomcat. Problem is I have CORS errors if I try to interact with that app's REST endpoints from my main application because it is running on spring rather than tomcat. I assume there is an easy way to run the app in spring. Anyone have any insight?
Solved! Go to Solution.
It sounds to me like what you hope to do is either take the kickstart source code (Activiti/modules/activiti-ui at 6.0-release · Activiti/Activiti · GitHub ) and put it inside your application and remove anything you don't want or the other way around. If your goal is to have a single app running on a single port then that would seem to be what you need to do (and you'd have to be aiming for that if you want to avoid CORS). Alternatively you could configure both apps to manage CORS.
It sounds to me like what you hope to do is either take the kickstart source code (Activiti/modules/activiti-ui at 6.0-release · Activiti/Activiti · GitHub ) and put it inside your application and remove anything you don't want or the other way around. If your goal is to have a single app running on a single port then that would seem to be what you need to do (and you'd have to be aiming for that if you want to avoid CORS). Alternatively you could configure both apps to manage CORS.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.