Quick deploy workflow from activiti-app to Alfresco Community Edition 5.2 Share

cancel
Showing results for 
Search instead for 
Did you mean: 
djarty
Active Member II

Quick deploy workflow from activiti-app to Alfresco Community Edition 5.2 Share

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?)

1 Reply
djarty
Active Member II

Re: Quick deploy workflow from activiti-app to Alfresco Community Edition 5.2 Share

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.