From Bussines Rules to Activities

Just want to know that is it possible by means of any tool that I can take some of
the Business Rules (which might be in some predefined format much more baised towards Busseness users along with thier terminology ) and then transfom them as a WWF workflow (not need to be an elobrated workflow model but capture things like creating activity autmoatically , parameters etc ) and intelligent enough to either chose by itself (or prompt in complex cases ) for the type of worlflows i-e
sequential or state machine . Any ideasIdea

[606 byte] By [THERAZI] at [2008-2-17]
# 1

Hi Razi Smile

I think what you ask for is not possible or only possible in a very limited way, because :
A Business rule created by a business user should be separated of the process definition, it should limit its behavior or give direction to the behavior, rules are not procedures (i.e the process). I did'nt invent this one look at the Business Rule Manifesto (http://www.businessrulesgroup.org/brmanifesto.htm)

Even if you have the complete set of rules that should be applied to your process; the dependencies between them, how can you infer the process flow ?
Let's take a sample, just a simple rule (wich gives direction to the flow behavior):

"If the Expense Report amount is superior to X then it should be approved".
With this rule the only thing I can infer for my process is that there is an if then else, nothing more or less. It gives no indication of what happens before, after, if this expense report should be persisted for later auditing etc..

YvesLorphelin at 2007-9-9 > top of Msdn Tech,Software Development for Windows Vista,Windows Workflow Foundation...
# 2
Also Razi, consider the business rules engine that is part of Windows Workflow Foundation. Whilst this is also not going to parse your english business user rules it can help you to have a mechanism for describing them and executing them. Exercise 3 in Lab 8 of our Hands-on Labs describes these.
PaulAndrew at 2007-9-9 > top of Msdn Tech,Software Development for Windows Vista,Windows Workflow Foundation...
# 3

Thanks Paul Smile , let me look into it and hope to find ideaz from it Idea

THERAZI at 2007-9-9 > top of Msdn Tech,Software Development for Windows Vista,Windows Workflow Foundation...

Software Development for Windows Vista

Site Classified