Hello!
Is it possible to make quick deploy workflow from activiti-app to Alfresco Community Edition 5.2 Share?
Make new model, process, forms into activiti app. Test it. If ok - make the same workflow work into Alfresco Community Edition 5.2 Share.. How to do this?
One more strange problem.. activiti-app dont save any inside it after alfresco restart - only one the fly session save some work. How to fix it? (may be becouse default database for aptiviti is H2, but main database for alfresco share is postgres?)
Ok, looks like fixed second problem (in memory save only):
Just make change in activiti-app.properties
#datasource.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=-1 datasource.url=jdbc:h2:~/testactiviti
Change mem to ~/testactiviti local database file.
But main question still active: got the same workflow in Alfresco share.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
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.