10-30-2019 09:47 AM
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?)
10-30-2019 10:35 AM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.