James,
On Fri, Oct 09, 2009 at 06:28:21PM -0500, James Owen wrote:
> [...] The whole thing "sounds like" a procedural problem where values are
> modified and rules are fired only once. [...]
You're right, and I've felt bad about using this very powerful system in
such a limited way. Nonetheless D
Greetings:
I have watched this thread with interest as person after person had
another solution. Perhaps mine would be the simplest. If we stop to
think about what IS a rulebase and remember that it is part of the AI
approach and originally intended to solve extremely complex problems
t
Fellow Droolers,
On Fri, Oct 09, 2009 at 09:33:38AM +0100, Anstis, Michael (M.) wrote:
> From: Dave Schweisguth
> > Each of our rules modifies the fact it matches. We'd like to run each of
> > those rules exactly once, not reactivating them when a fact changes.
> > [...]
>
> You could look into
Probably there is something missing.. I need to check that.. can you post
the stack trace here?
2009/10/8
>
> Hi Mauricio,
> Ya actually previously when it was uncommented, the flow was not going
> ahead of the first human task in Workflow file '*
> VariablePersistenceStrategyProcess.rf*' becaus
Kris,
As per the business requirement flow engine will do delegation and
all bussiness validation to be done on the DRL with our custom DSL (In
future).
We are able to execute flow based on the strategy approach as
standalone Java. But we are trying make this as web based spring
app
The way you are inserting the process instance is probably fine, I'm
just wondering why you need the process instance in your DRL. As there
might be alternatives where you don't need to use DRL constraint but
maybe code constraints or event nodes to reach the same behaviour.
Kris
Quoting PremKum
Quoting Ambika Goel :
> But when I try to run a ruleflow having decision tables made in
> guvnor through eclipse web project, I don't receive desired results.
You'll have to give more info than that, because this does not allow us
to figure out what is going on ;) E.g. stack trace, sample showin
Hi All,
I have a requirement to create a rule flow in Guvnor and trigger it through
eclipse web project.
The decision tables that are used by rule flow reside in Guvnor.
I could successfully trigger individual decision tables made in guvnor through
my eclipse web project.
But when I try t
You could look into using a sequential RETE network
http://blog.athico.com/2007/07/sequential-rete.html
http://www.redhat.com/docs/manuals/jboss/jboss-soa-4.2/html/JBoss_Rules_
Manual/ch02s05s10.html
But as Greg suggests, better understanding your use-case might furnish
other ideas.
-Origi