Intalio BPMS

I had a dream . The dream was to map out all business processes in an organization, develop the run time from the process map, validate the function of the new run time and sun down all existing systems. It was a dream few years ago. I challenge myself, it is not a dream any more and we, as an industry,  are moving towards it. We may not be there today to make it real but we are in the path of it.

Information technology is slowing becoming business technology and technology will become a black box managed by set of providers. Business technology management team will manage only set of  providers but not technology in near future.

Phase #1 of the dream:

  • Select a cost effective BPMS software
  • Utilize internal & external resources to map out the processes using the BPMS
  • Host it in the cost effective platform as a service (Cloud computing)
  • Leverage the centralized business process map to simulate/emulate any new business ideas
  • Validate the new business ideas for strong business case
  • Develop the application from the process map and launch it in PaaS (Platform as a service) like Google apps.

 The first step of the phase #1 is to select the cost effective BPMS software. I do not need to amplify why it needs to be cost effective and economical option. Due to the global economical crisis, most of the organization is on the lights on mode, and minimum budget allocated for any discretionary spend for this year. Economical and cost effective alternatives are not differentiators in the competitive environment, it is a survival ingredient.

When I explored the cost effective BPMS software, Intalio, the open source BPMS is in top of the list. Intalio also integrates with Google Apps and salesforce.com.

The question is, what is the total cost of ownership for Intalio installation in an enterprise. More to come on the findings..

Business Rule Engine (BRE) – Is it part of your technology roadmap?

Business Rule Engine: Do you really need business rule engine? What is the purpose of the business rule engine?
Almost all the business applications have set of rules. To develop a business system to fulfill the business requirements, all the business rules are implemented in the systems. In a traditional model, all the rules are converted into programming language and in specific, turns into if then else constructs in the application. If the rule changes then the business systems are changed. Then,if then else constructs within the systems are changed. Some times the rules changes frequently and end up changing the applications frequently to meet the new rule requirements. The applications/systems directly implements the business rule engine becomes big monolithic applications. Over the time, it will become very complicated to maintain it.
Why monolithic applications are difficult to maintain?
Let me explain why monolithic applications will become difficult and complicated over the time. Let us take a financial institution like bank who is in the business of providing loans and leases to consumers to buy recreational vehicles in United States. Loan (retail) and lease has different set of business rules. For lease, the vehicles are returned to the financial institution (lessor) and it is up to the lessor to re-market (resale) the RV. The lessor need to estimate the residual value of the vehicle at the beginning of the lease and based on it, the monthly payment and taxes are calculated. Money factor determines the interest rate banks charge on the lease account. Each state has a tax, legal, regulatory requirements and it changes.
Retail loan (in India, the retail loan product is called hire purchase, and I had developed a financial accounting package for hire purchase companies using FoxPro in 1993. The concept is same in United States) are relatively straight forward comparing to the lease. Loan amount, interest rate, initial payment, duration of the loan, sales tax, surcharges (as per the federal & state laws), and base on those parameters, it is a simple interest calculation.
In the above scenario, the state law, taxes, surcharges, residual value, money factor, credit quality, product type, loan type, loan duration, lease type, lease duration, and etc are the factors plays a role in customer inquiry, contract origination, contract validation, contract management, and asset disposal steps of retail loan or lease business processes. There are numerous combination of business rules based on these factors are formed to implement the major steps of the business processes.
Implementing these steps in the application directly will become difficult to manage and each time there is a change in those factors, the applications in the bank landscape need to change and under go the software development life cycle. It is costly, time consuming and limits agility, flexibility, adaptability
Business Rule Engine

Business Rule Engine

It is ideal to implement the business rules of the business application in a business rule engine and manage it independently of the application. It provides a platform to the business customer to change the business rules directly with out involving the information technology department. Also the tax, state regulation, internal business rules (like if the credit quality is medium .and. if the financial product is lease .and. if the state is new york then the money factor = 0.00000012) will be reused across application in the landscape.

The another major technical advantage of using the business rules is optimizing the business rules. It is very similar to Karnaugh map in boolean algebra. The rules will optimized by the business rule engine.

Are you already using business rule engine in your IT shop or is the business rule engine is part of your technology road map?