Decisioning — the Next Generation of Business Rules

Mark   Norton
Mark Norton CEO, IDIOM Ltd. Read Author Bio || Read All Articles by Mark Norton

Executive Summary

The constraints-oriented business rules concept has served its proponents well for the last 30 years.  However, as hands-on business ownership of decision automation gains ground, it is becoming apparent that fully automating a decision-making process requires an expanded concept of business rules that includes the ability to transform and/or derive data in order to align it with the policy statements driving the decisions and to produce a wider range of outcomes (including continuous variables and strings).  Each decision-making process must include a complete, orchestrated set of decisions that operates as a single transaction to ensure that the business data and all surrounding systems retain their consistency and integrity.

These requirements cannot be met using a constraints-oriented concept of business rules acting alone.

Therefore, an expanded business rules concept should be adopted.  We have described this as 'decisioning' — the discrete and systematic discovery, definition, assembly, and execution of decisions in their broadest sense.  Decisioning as described herein is already proven on an industrial scale to improve business efficiency and agility, compliance, and alignment between systems and strategy while reducing cost, risk, and time to develop.

When this author used Factiva and Google to look for the term 'decisioning' in 2003, there were zero uses of the word outside of boxing.  Ten years later, there are hundreds of thousands of hits on Google for 'decisioning', mostly related to the IT concepts of decision automation and decision management.  A quick survey of the URLs returned by Google suggests that most of the current cohort of decisioning vendors and commentators have a historical connection with 'business rules', leading us to ask the question:

Is decisioning a synonym for business rules; is it an evolution of business rules; or is it something else entirely?

A keynote speaker at the 2004 EuroBizRules conference in Amsterdam observed that use of the Rete algorithm was the defining characteristic of a Business Rules Engine [BRE].  If nothing else, that statement emphasised the important position of Rete in business rules group-think at that time.  While the three non-Rete business rules vendors present might have disagreed, there is an argument that the statement is true by definition:   If it can be processed by an engine using the Rete algorithm, then it qualifies as a business rule; and if it processes business rules, it qualifies as a business rules engine.

With hindsight, this circular logic makes sense.  The original Rete algorithm was not concerned with business rules per se; it originated as a pattern-matching algorithm that was focused explicitly on 'many patterns/many objects'.  Business rules that can be processed by the Rete algorithm are comprised of one or more condition statements that collectively resolve to one or more conclusions.  The set of condition statements that leads to each conclusion constitutes a 'pattern'.

The evolution of Rete was accompanied by a reframing of patterns into 'business rules', leading to wider acceptance outside of the then-struggling Expert Systems fraternity, and ultimately to its successful inclusion in the leading BREs.  However, for a business user today who is trying to codify business decision making, Rete-style 'business rules' may seem somewhat limiting.

The Business Rules Manifesto[1] (published by the Business Rules Group) summarises the business rules concept as practised by most BRE vendors (particularly those who have implemented Rete) and by the business rules community at large.  If we look at the Manifesto, we can highlight some of these limitations.

First among them is the fundamental assertion that business rules are constraints, as the following clauses from the Manifesto imply:

(2.1) Rules are explicit constraints on behavior and/or provide support to behavior.

(7.1) Rules define the boundary between acceptable and unacceptable business activity.

(7.2) Rules often require special or selective handling of detected violations.  Such rule violation activity is activity like any other activity.

(8.1) Rules are about business practice and guidance; therefore, rules are motivated by business goals and objectives and are shaped by various influences.

(8.2) Rules always cost the business something.

(8.3) The cost of rule enforcement must be balanced against business risks, and against business opportunities that might otherwise be lost.

That rules are 'constraints' is consistent with other Manifesto clauses that limit the rules to predicate logic and truth values (i.e., true/false).  Again from the Manifesto:

(5.3) Formal logics, such as predicate logic, are fundamental to well-formed expression of rules in business terms, as well as to the technologies that implement business rules.

(6.4) Rules are based on truth values.

We have suggested that the above characteristics echo the Rete architecture.  Not surprisingly then, Rete is inferred as a desirable execution strategy by two clauses that seem to discount standard procedural programming as a plausible BRE architecture:

(4.3) A set of statements is declarative only if the set has no implicit sequencing.

(6.2) Executing rules directly -- for example in a rules engine -- is a better implementation strategy than transcribing the rules into some procedural form.

In presenting these characteristics, we are not suggesting that business rules as so described are in any way wrong or inadequate — they are what they are.  The point of this article is to suggest that business-led automated decision making cannot be fully achieved using a set of rules and a BRE that only addresses constraints; any assumption that constraints are synonymous with business decision making is incomplete.  Constraints are only part of the process of actually making decisions on transactional data, so that the business user trying to automate their decision-making using a constraints-only approach is usually required to revert to standard programming, and the SDLC that it implies, for the balance of the decision-making task.

It is sometimes assumed that Rete was successful because it had a unique ability to efficiently process data through large sets of rules.  In fact the power of the Rete algorithm was not in processing inputs through to a conclusion, which is easily achieved by other programming approaches, including procedural programming; its real and self-proclaimed novelty was as a state-full machine that efficiently handled a large number of discrete inputs that could change independently.

As Charles Forgy's original paper[2] stated in its abstract:

"The Rete Match Algorithm is an efficient method for comparing a large collection of patterns to a large collection of objects.  It finds all the objects that match the pattern.  The algorithm was developed for use in production system interpreters…."

And in the final paragraph (abridged) and final sentence (unabridged):

 "Certainly the algorithm should not be used for all match problems; its use is indicated only if the following … conditions are satisfied.

  …  Since the algorithm maintains state between cycles, it is inefficient in situations where most of the data changes on each cycle."

It is managing a large number of separate inputs that change slowly and independently (relative to each other) that is the important point of difference for Rete.

You might wonder how many commercial rules problems share these characteristics, thus playing to Rete's advantages.  Having not encountered one, this author would venture — not many!   Modern commercial systems are transaction based, which infers a new and complete set of data every time the 'BRE' is called — exactly the class of problem that Forgy described as being contra-indicative of Rete.  And the prevailing architectural trend is toward bigger and bigger transactions.  As we transition from the legacy 'system transactions'[3] toward a more complete and all-embracing business transaction (or 'service'), the size of the transaction 'unit of work' is growing; hundreds of thousands of data nodes in a modern commercial transaction dataset is now commonplace, all of which "changes on each cycle."

The Rete approach is at a relative disadvantage when processing these transactions — and it is these transactions that are the 'bread and butter' of modern commercial systems.  If Rete does not have the dominant edge it was once perceived to have had in processing these transactions, should we re-think 'business rules', which evolved in a Rete-dominated world and which still show signs of this legacy?

Perhaps this is why an analyst from the same organisation as our keynote speaker above was talking some years later to this author about a survey that he [the analyst] had conducted on BRE vendors.  He was surprised to note a clear trend:   new 'BRE' vendors were only offering sequential processing engines, while existing Rete-based vendors had also introduced sequential processing options ... perhaps not so surprising when large, real world transactions are well-suited to a sequential processing model rather than a Rete-style algorithm.

There are additional reasons why a constraints-oriented business rules approach is sub-optimal for solving decision automation problems in the context of modern transaction processing.

Service oriented architectures are inexorably trending toward separation of 'doing' components from 'deciding' components.  The 'doing' components (processing data and messages to and from external devices and services) tend to be generic and multi-use.  Ideally, these components should be driven by meta-data and should not be aware of the business content of the messages they are processing (allowing them to be commoditised and outsourced).

The truly proprietary code, the code that captures business knowledge and IP, is being increasingly concentrated in the 'deciding' components.  This is not an anomaly; only the decisions require proprietary business knowledge.  What we are witnessing is a continuous learning process that progressively distils and concentrates proprietary knowledge and experience into a new higher-order system component — the decisioning component.

Furthermore, as the business 'subject matter experts' [SMEs] focus on these 'deciding' components in their systems, they start to think in terms of 'zero touch' or 'straight through processing', which further expands the size and scope of each business transaction.

These assertions are supported by decades of decision-oriented development by this author and others.  Our experience suggests that the primary purpose of decisioning is to create business value by applying core business knowledge to the subject matter at hand, a process that includes but is not limited to the 'detect and constrain' function of traditional business rules.

In using the term decisioning, we are asserting the idea that decisions are the definitive means by which an organisation changes the state, and therefore the value, of any entity under its control.[4]  These 'entities' are real-world things that represent the value proposition for any organisation — by way of example, for a hospital it is patient episodes; for an insurer it is policies and claims; for a government department it might be entitlements, benefits, or tax claims; for a superannuation (pension) fund it is member accounts; and so on.  These value-creating state changes are governed by a set of policies[5] including

  • Internally-defined policies (business or management policies)
  • Policies agreed with third parties (contracts)
  • Imposed policies (regulations)

These formal policy statements are the definitive 'sources of truth' for the business 'knowledge' that prescribes how operational business decisions are made and, therefore, how the business will respond to everyday events, particularly in terms of the all-important entity life-cycles.

Codifying this knowledge is a concept that expands on the idea of 'business rules as constraints' by a wide margin.  Our experience is that codifying this form of knowledge requires us to expand the concept of rules beyond simple 'truth statements' to embrace a much wider spectrum of assessments — and we need to be able to make these assessments from different policy-driven viewpoints.

We need to dynamically transform the input data that is supplied to the decisioning process into terms that align fully with the relevant policy statements, as the statements need to be applied.  This may require us to derive calculated amounts, buckets, averages, caps, lists, pivots, and all sorts of other derived forms, including derived forms of collections.  For the sake of clarity, we need to create new data — and new constructs to hold the data — on-the-fly and within the decision-making process itself.

For example, if a policy statement says, "If the total of all payments is greater than $1000 and any individual payment is above $100, then refer it for approval," then we need to create (a) a total and (b) a new indicator derived from the collection of payments that tells us whether there is a payment above $100 — two new data elements, neither of which is directly provided in the input data.  These data elements are not an inherent part of the transaction data; they are implicitly defined by the relevant policy statement.

This sort of data manipulation is not like the 'doing' components previously discussed because it is not generic.  It is an indivisible part of the rules specification because it is only required in the context of the rules; this derived data is an inherent part of the specification of the rules as defined by policy statements.  Knowing these derivation and transformation requirements is as much a part of understanding a decision-making problem as is applying constraints.

And what is this 'decision-making problem' that we are referring to?   It is the reduction (through appropriate analysis) of the relevant policies into a series of discrete outcomes (which we now refer to as decisions[6]) that collectively achieve the business purpose when responding to an event.

There are three classes of decisions that operate on the context data in response to an event.  The context data is (a) the data that describes the current state of the primary transaction entity, (b) any other data harvested from the triggering event, and (c) any reference data that is required for the decision making (e.g., product parameters, channel data).

The three classes of decisions that use this data are

  • Precursor decisions — these decisions create interim working data, including

    • Validations — new indicators that describe the quality (concise, consistent, correct, complete) of the supplied context data
    • Working data variables — dynamically-generated data that is derived from the validated data, to be consumed by the primary and meta decisions.  This may range from simple, such as calculating age or days since the last event, through to complex, such as dynamically generating a set of standardised data containers and then apportioning a collection of values across them for comparison or totalling.

  • Primary decisions — these decisions derive permanent new data in accordance with the policies that define the valid states of the entity, including

    • State changes — for instance, 'approved', referred', 'declined'
    • Value calculations — including costs, charges, taxes, etc.
    • Other business terms or constraints that may (now) be added or removed as required by the context

  • Meta decisions — these decisions directly target the external environment and are used to align all external functions and states with the new state of the entity, including

    • Workflow — these decisions direct the workflow manager that is controlling this transaction, which then drives all downstream activities
    • External system values — new data calculated for the benefit of other systems; for instance, accounting entries for the GL, alerts for audit, bring-ups for human or automated future actions, emails and communications to third parties, etc.

The data derived by the meta decisions are more or less private between the decisioning component and the targeted external receiver; they need only be read and understood by the external function involved.

Note that these decisions are not limited to 'truth values'; we must also 'decide' continuous variable values like amounts and dates and strings.  And the entire set of decisions must work as a single unit-of-work to ensure the integrity of not just the entity data but the entity data and all surrounding systems as well.  This complete set of decisions, which collectively achieves the purpose and fully responds to the initiating event, can be collated into a model of decisions — a decision model.[7]

All of this is a problem for the Rete-aligned concept of 'business rules', which is limited by its own definition and focus to addressing only the constraints part of the overall decision-making requirement so that it requires the additional power of development and/or process platforms to fully solve the business decision-making problem.  Consequently, most 'business rules engines' are developer-oriented tools that are increasingly being integrated with business process platforms, or even raw development environments like Visual Studio or Eclipse.  Of course, some of these tools also actually allow the business rules expert to change the 'business rules' through a business-friendly UI, just like they can change table values.  But the advance is incremental at best.  Ultimately, the automation of the end-to-end decision-making is still being achieved through an SDLC that looks very much like it always did — and it still cannot fully delegate the decision-making problem to the business SME.

There is, however, an evolutionary path for decisioning tools aside from Rete that does not subscribe to the same limitations, and that path is via 'model driven development'.

Model driven development can be described as 100% system generation from a discrete, declarative, and validated 'model'.  It has been a practical reality since the 1980s — for instance, at one time 60% of all code running on IBM's AS400s (now iSeries) was reputedly generated from one such tool.  From this author's own experience with these tools, it was very plausible to completely define business decision-making logic, including all required data manipulation, and to 'black-box' it within the overall system model.

If we look to the model driven development world and extract from it what the business SME would need to fully address the decisioning problem — while excluding the 'doing' components — we can achieve real delegation of the entire decision-making process.  We can give the business hands-on control of the 'deciding' components.

A de-scoping of the model driven development approach can be used to provide an expanded concept of business rules.  We need to de-scope all capabilities that deal with

  • Actually producing or interacting with an orchestrated set of processes (other than as a complete and discrete decision-making component in its own right)

  • Interfacing to existing processes, people, or devices

  • Acquiring and/or persisting any artefact

These excluded capabilities are the key — they are the elements of traditional programming that bind to both technology and platform.  Because these are explicitly NOT present in our proposed expanded rules concept, we can deal with the decisioning requirements in a technology-agnostic manner.  In other words, a platform that excludes these elements by definition represents purely business intent.  Of course, it also means that we cannot produce a complete system directly from the requirements that are defined in this manner.[8] 

However, that is not the objective.  The objective is to give the business hands-on control of the 'deciding' components and, by implication, control of the entire operational environment through the meta-decisions.  This requires that the business users have sufficient power, within the decisioning concept and its supporting tools, to transform, derive, and interpret the transaction's context data in any way required, without recourse to a programmer.  This is analogous to Excel users who can add, change, and delete cells at will, but only within the confines of the spreadsheet.  While they can't produce a complete system, they can produce a complete decisioning component.

At the same time, we are seeking to reinforce IT ownership of the 'doing' components — all of the platform- and technology-dependent components and functions that require competent engineering relatively independently of business subject matter expertise.  And, of course, the decisioning components need to be wired into the platform and technology for execution within a workflow.  'Outsourcing' of the decisioning components back to the business is an act of delegation on the part of IT, not an act of abandonment.

Perhaps it is time for a couple of business rules:[9]

  • If it requires business subject matter expertise and 'final say' authority, and does not require knowledge of technical platforms or capabilities, it should be owned and managed by the business.

  • If it requires the knowledge and the authority to engineer and operate technical platforms and their capabilities, and does not require business subject matter expertise or approval, it should be owned and managed by IT.

We have referred to the former as the 'deciding' components and the latter as the 'doing' components.

Having conceptually separated out the deciding components and given them to the business, we need some special features to help the business exercise their ownership in practice.  They need a tool that provides

  • A technology-agnostic, self-contained, and safe sandpit in which to build the models of decision-making (analogous to using Excel)

  • An IT-defined meta-data schema that is accessible to the decisioning model so that it can remotely control the 'doing' components and, in so doing, align all external business systems and components

  • A business-defined data schema to support the primary decision making

  • An easy-to-use interface that will allow SMEs who are computer literate (say, to the extent of an Excel user) to transform, derive, interpret, and otherwise work with the context data as may be required to achieve the business purpose (but explicitly not programmers — these users do not need and should not have knowledge of the implementation platform or technology)

  • A user-operable testing environment to allow the same SMEs to empirically verify that the business purpose has been met — completely, concisely, consistently, and correctly

  • And it would be nice (!) if it produced some documentation too

We would like to finish this article with some examples of real-world problems that demonstrate this concept of decisions as something bigger than the traditional concept of business rules.  The following are some real examples of decision-making that have been addressed with 'decisioning' concepts as described in this article, each specified and implemented within a single decision model:

  • Entity is "Superannuation (Pension) Fund Member"; event is "Month-end" — Is all of the member data valid (an audit decision)?  Are there any age- or contribution-based member adjustments to make?  What fees/insurances should be charged, and how much to charge for each?  Calculate tax for the member.  Derive high-level information for reporting.

  • Entity is "Insurance Policy"; event is "Application received" — Do we have enough information about the risk, and is it valid and consistent?  Will we underwrite the risk, at what cost, and under what terms and conditions?

  • Entity is "Patient Episode"; event is "Discharge billing required" — What recoveries need to be made against what funding contracts given the range of patient conditions found and treated, and the services consumed?  Which costing and allocation methods are fairest, given the mix of conditions being treated and giving due regard to compliance with the funding contracts?  How much will we charge each contract and/or the patient?

Most of these 'decisions' have a 'business rules' component, but they are not decisions that can be made using a constraints-oriented BRE acting alone.

We finish with some more 'real world' examples of commercial problems, this time including an outline of the in-stream transformations of the context data required before resolution of the primary decisions was possible.  We suggest that the inclusion of these transformations within an over-arching decision model is an important differentiator between 'decisioning' and 'business rules'.

Finally, in answer to our opening question, we leave it to the reader to decide whether decisioning is evolutionary or different in kind!



Problem Area    

Primary Decision        

Problem Resolution

Hospital Billing

How much do I charge the patient and/or others?

A single patient episode may be co-funded through multiple contracts, each of which refers to a different view of the underlying episode data.  The data is initially transformed into standardised hourly consumption and costs, including pro-rated overheads.  Then, the hourly source data is transformed to comply with the chargeable units defined by each funding contract, before being finally valued.  Entitlements and overlaps in funding have to be identified and resolved according to each contract's terms (no double dipping).  Invoice line items are then generated and totalled and taxes calculated.

Government Education Funding

How much do I pay the school?

The restricted funding available has to be apportioned over the available cohort of eligible children on a best fit basis.  Several overlapping funding contracts exist per school, each with different entitlement criteria.  Each child must be evaluated for entitlement, then aggregated into sets for funding by each available contract.  Contracts are capped on a weekly basis according to different criteria — some cumulatively, others individually.  The school would expect the best fit application of children to the available funding for maximum funds.  When best fit has been achieved, total all funding into a monthly payment for the school. 

Accident Compensation

 

What is the beneficiary's entitlement this week?

All factors — including overlapping accident claims, personal circumstances and location, social subsidies and policy criteria, and macro conditions (e.g., inflation) — have to be overlaid into daily segments.  The actual entitlement is derived from the aggregated situation for each beneficiary calculated on a pro-rated daily basis.

Utility Meter Audit

Do I need to physically visit and audit this meter?

For each meter, pro-rate the actual billing amounts into exact standardised billing periods to allow period-on-period comparisons.  Determine the mean daily variation by location (separate model required for this).  Calculate the variation from the mean for this meter and aggregate into moving averages.  Then, flag meters for review that exceed dynamically-calculated variance boundaries for these averages. 

References

[1]  http://www.BusinessRulesGroup.org/BRManifesto.htm  return to article

[2]  Charles L. Forgy, "Rete:  A Fast Algorithm for the Many Pattern/ Many Object Pattern Match Problem," Artificial Intelligence, 19 (1982), pp. 17-37.  Available at:   http://www.csl.sri.com/users/mwfong/Technical/RETE Match Algorithm - Forgy OCR.pdf  return to article

[3]  "indivisible and irreducible" — the minimum process step.  return to article

[4]  For more discussion on this topic, please see the author's prior articles on the Business Rules Journal and Modern Analyst.  return to article

[5]  a plan or course of action, as of a government, political party, or business, intended to influence and determine decisions, actions, and other matters [http://www.thefreedictionary.com/policy]  return to article

[6]  the act of reaching a conclusion or making up one's mind; a conclusion or judgment reached or pronounced [http://www.thefreedictionary.com/decision]  (In fact, 'rule' is probably a more correct English term for a policy-defined outcome, and 'decision' a more correct term for a constraint-driven outcome; however, that opportunity has long gone!)  return to article

[7]  Note:   This term decision model should not be confused with the 'Decision Model' currently being publicly promoted by Knowledge Partners International.  The KPI Decision Model is a method for collating constraints-oriented business rules to achieve a single outcome (a 'Decision'), and it targets implementation via the traditional BRE; that is, it is a model of the internal rules of a single decision.  return to article

[8]  Actually, this would be a huge step backward — generating whole systems implicitly outsources IT strategy to the vendor and is very risky for the system owner.  Also, the involvement of the IT dependencies implicitly reinstates the SDLC.  return to article

[9]  We agree these are unclear rules.  Then again, the separation of business and IT special interests is also somewhat fuzzy!  return to article

# # #

Standard citation for this article:


citations icon
Mark Norton, "Decisioning — the Next Generation of Business Rules" Business Rules Journal, Vol. 14, No. 10, (Oct. 2013)
URL: http://www.brcommunity.com/a2013/b721.html

About our Contributor:


Mark   Norton
Mark Norton CEO, IDIOM Ltd.

Mark has spent four decades in enterprise scale software development, designing, using, and proving model driven development approaches for customers world-wide in government, insurance/finance, health and logistics.

In 2001 Mark established IDIOM Ltd. He has since guided the development program for the IDIOM decision management products and approaches to: simplify complexity; improve business agility; align business strategy and systems; and reduce development time, cost, and risk.

IDIOM is now focused on providing its customers with systems that foster and support nimble, continuous, and perpetual evolution of business best practice.

Mark can be contacted at mark.norton@idiomsoftware.com or +64 21 434669

Read All Articles by Mark Norton
Subscribe to the eBRJ Newsletter
In The Spotlight
 Jim  Sinur
 Silvie  Spreeuwenberg

Online Interactive Training Series

In response to a great many requests, Business Rule Solutions now offers at-a-distance learning options. No travel, no backlogs, no hassles. Same great instructors, but with schedules, content and pricing designed to meet the special needs of busy professionals.