We have developed many Alfresco solutions over the years and a best practice consideration on projects has been to use a Repo Action to bundle behaviour for changes to a document or folder into a Repo Action so that it could be re-used. I therefore assumed that the ADF framework would have a Service available […]
Alfresco Folder Quota
Recently SeedIM was requested by one of our customers to provide a way within Alfresco to set a folder quota limit. Users were using Alfresco for data backup and that was consuming too much space. While Alfresco allows you to have a quota on how much content a user can add to Alfresco, there is […]
Integrating an Activiti Process with customer data using a Data Model
This blog discussed how you can use an Activiti datamodel to interact with customer data that is stored in a database that is external to activiti. A process will often require information from an external data source. In previous blogs we have looked at integrating Flowable to camel in order to set and retrieve information […]
Integration Testing Activiti (APS 1.9) with Docker
Activiti is designed to be integrated with your high level business process. There are many ways to integrate with Activiti such as using a Camel or Mule Task to interact with running workflows or start a new process. Activiti also supports an extensive REST interface to allow applications to integrate directly or through an ESB […]
Activiti 6.0 Unit Testing
Unit testing is an important part of the development cycle when creating a new processes in Activiti. Unit tests can be used to test a full workflow from Start Task to End Task or for testing individual classes or beans that are used within your workflow for items such as service tasks, listeners etc. Alfresco […]
Getting Started with Flowable and Camel
This Blog discussed how to install and use Camel in Flowable 6.4.1. Hopefully after reading this blog you will be able to set up the Flowable Task application to allow users to run workflows that have tasks which integrate with other applications through Camel routes. This blog is based on the Flowable Task documentation and […]