activiti workflows in file system
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2013 11:22 PM
Hi,
All Activiti workflows we are storing database. Is it possible to configure in Activiti for storing Activiti workflows(bpmn files) in file system instead of database. If yes, Please let me know details of that.
regards,
suresh
All Activiti workflows we are storing database. Is it possible to configure in Activiti for storing Activiti workflows(bpmn files) in file system instead of database. If yes, Please let me know details of that.
regards,
suresh
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2013 02:53 AM
Hi Suresh.
There is possibility to store bpmn files in the file system and automatically deploy them to the repository.
see:
http://www.activiti.org/userguide/#N10714
I do not know about file system based RepositoryService implementation.
If you want to use file system as a storage for repository service, you have to implement it by yourselves.
Regards
Martin
There is possibility to store bpmn files in the file system and automatically deploy them to the repository.
see:
http://www.activiti.org/userguide/#N10714
I do not know about file system based RepositoryService implementation.
If you want to use file system as a storage for repository service, you have to implement it by yourselves.
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2013 03:45 AM
Hi,
Please provide me tutorial for implementing our own Reporstory service for file system as storage. baiscally my project is developing in different reasons like development,testing ,production etc. when we move code to different reasons we need to move data also. For moving workflows data to different reason is there any import/export option in Acctiviti for moving workflow data to different reason.
If it is not there in Activiti,Please give any alternative solution for this.
regards,
suresh
Please provide me tutorial for implementing our own Reporstory service for file system as storage. baiscally my project is developing in different reasons like development,testing ,production etc. when we move code to different reasons we need to move data also. For moving workflows data to different reason is there any import/export option in Acctiviti for moving workflow data to different reason.
If it is not there in Activiti,Please give any alternative solution for this.
regards,
suresh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2013 04:29 AM
Hi,
Here you can find Repository service implementation which is used in the engine now.
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...
You have to implement your own and bind it to the engine.
I did not catch the reason why do you want to store process definitions in the file system.
Regards
Martin
Here you can find Repository service implementation which is used in the engine now.
https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...
You have to implement your own and bind it to the engine.
I did not catch the reason why do you want to store process definitions in the file system.
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2013 05:24 AM
Hi,
Basically i want to move workflows data to different reason like development,testing production etc. If it is a file system i can copy all data files into different reason whenever it is required. Is there any import and export option for workflow data in Activiti. is there any alternative solutions.
regards,
suresh
Basically i want to move workflows data to different reason like development,testing production etc. If it is a file system i can copy all data files into different reason whenever it is required. Is there any import and export option for workflow data in Activiti. is there any alternative solutions.
regards,
suresh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2013 03:02 PM
Like Martin mentioned, based on what you're saying, it sounds like the "deploymentResources" property of the processEngineConfiguration would do what you want. In other words, you can keep the output BPMN files from the designer in source control along with your other project content… when your application starts, the process models will be compared with what's currently deployed and updated/deployed as necessary. Then you don't have to move database content from environment to environment – just copy your process models with other filesystem content and they'll automatically be available.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2013 12:11 AM
Hi,
Thank you very much for your feedback. As per my understanding you mentioned we can use Automatic Resource deployment. I am also thinking same thing in my mind.
regards,
suresh
Thank you very much for your feedback. As per my understanding you mentioned we can use Automatic Resource deployment. I am also thinking same thing in my mind.
regards,
suresh
