I have download activiti6 and run the activiti-app demo ,and it logon with admin/test by default.Now I want to visit the URL:http://localhost:8080/activiti-app/editor/#/processes directly without logon page and click login . How I can do ti?
It's a spring app rather than a spring boot app so I don't think there's any in-built spring property-file swtich to do it. (You can see the project's dependencies here - Activiti/pom.xml at 6.0-release · Activiti/Activiti · GitHub ). To turn off security for certain parts I think it would be necessary to check out the source code and change the SecurityConfiguration class (Activiti/SecurityConfiguration.java at 6.0-release · Activiti/Activiti · GitHub ) and then build from that source code and run that version. But possibly even this might not be enough for what you want as certain actions need a logged in user and the UI might accordingly have been designed that way. Certainly with starting process instances it can be important who started them. For the editor I am not sure. If it's important enough to you then you might be best to give it a try.
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.