How to associate Actors to one Swimlane ?
by Cristiano Gavião
Hi,
I was looking at Flows Diagram properties and I could see the
'swinlanes' property. In the human task properties I could see the
properties 'swimlane' and 'actorId'.
And I could see that on class org.drools.task.TaskServiceSession
there are a addUser() and addGroup() methods, but there isn't any
relationship between those classes....
I would like to understand how will Drools Flow treat the relationship
betweem Users, Group and Swimlanes.
Is the swinlane a conceptual thing mapped by the Group class? And how
can Drools Flows knows the Potencial Owner of a process?
thanks for your help
ps. Im building a little swing example application for testing the
flows and human tasks capabilities (connecting to flows server, open a
session, fire some process, etc). After I've it done and if you guys
wanted I could share it. How is the best way to do that?
Cristiano
17 years, 5 months
How can i achieve below in Guvnor or Drools
by Ashish Soni
Hi All ,
I am not sure if below structure is supported in Drools 5 or Guvnor or is
there is any way we can achieve this -
We want to create packages structure like below under the packages panel ,
as of now every package comes under the packages tab but how can we have a
multiple package root element with different names -
As per the below there are parent default rules and function which may or
may not be applicable to states ( child's ) and then each child also have
their own rules and functions
Countries
USA
- Default Rules
- Default functions
- MA
- Rules
- Functions
--
--
-Arizona
- Rules
- Functions
-NY
- Rules
- Functions
United Kingdom
- Default Rules
- Default functions
- State 1
- Rules
- Functions
--
--
-State 2
- Rules
- Functions
-State 3
- Rules
- Functions
Please suggest.
Regards,
Ashish Soni
17 years, 5 months