yes, and if you define the information that you want to handle in your use
case, we can help you out to implement it.
Greetings!
On Wed, Jul 14, 2010 at 12:52 PM, Swindells, Thomas wrote:
> Your missing something - the human task handler is just a 'standard' custom
> work item handler, it doesn't
There was an issue where an update in the core prevented the .drl to
show up. This should be fixed now, if you try the latest snapshot build.
Kris
Quoting fsauer :
>
> Hi,
>
> I am running 5.1 M2 on Galileo as well and when I create a breakpoint
> it
> actually stops but eclipse does NOT bri
Chris,
Yes, we can only assure you the work item exists between it is triggered
and completed (or aborted). So if you want to access any data related
to it in an on-exit action or any further part of the process, it's
probably best to simply map that data to a process variable. This will
make yo
There were some minor changes necessary to get everything working for
Helios, but the latest version should just work.
Kris
Quoting Mark Kremer :
> I tried it and I was unable to edit some of the preferences, after
> searching on Google for a bit I found that the bug is supposedly
> fixed
> fo
Just look to Properties documentation. You can set property from java
too. Something like:
Properties properties = new Properties();
properties.load(new FileInputStream(module2PropertiesFilePath));
properties.setProperty("url", "http://MyURL...";)
RuleAgent agent = RuleAgent.newRuleAgent(properties
But you don't need autorization details.
packagename=username
Pavel
On Wed, Jul 14, 2010 at 6:44 AM, G3 wrote:
>
> Hi
> Thanks for your reply.
> I guess I have to use separate guvnor with a single package for each user
> only.
> The webdav shows only the packages and snapshots not the authorizat
Your missing something - the human task handler is just a 'standard' custom
work item handler, it doesn't do anything special that nobody elee can do.
What you basically need to do is ensure that your flows are persisted, your
work item handler doesn't complete immediately instead it dispatches
Hi,
Thanks for your response but the problem is that I want flow to stop at that
point while I ask question to customer and wait there until question is
replied by customer. It can take hours/days for customer to come back. With
custom work item I don't think I would be able to setup flow to stop
I'm getting a NullPointerException when trying to add a rule flow into my
knowledgebase.
It occurs on line 119 of org.drools.compiler.ProcessBuilder, because the
pkgRegistry is null.
118:PackageRegistry pkgRegistry =
this.packageBuilder.getPackageRegistry(process.getPackageName());
11
Guvnor sets the default dialect to MVEL, so to use Java you need to
reset it like you did.
Toni Rikkola
Esteban Aliverti wrote:
> Hi,
>
> I think that the non-args constructor is required because the classes
> are instantiated using reflection: Class.forName("...").newInstance();
>
> Best,
>
>
yes of course!
2010/7/14 santosh mukherjee
> I want to write a custom work item that helps me to pass some of the data
> from the process to some other application through its interface. Will I be
> able to do that??
>
> Thanks.
> Santosh Mukherjee.
>
>
> On Wed, Jul 14, 2010 at 5:22 PM, Swindel
Yes, a custom work item is just java code, it can do anything you do in java.
From: rules-users-boun...@lists.jboss.org
[mailto:rules-users-boun...@lists.jboss.org] On Behalf Of santosh mukherjee
Sent: 14 July 2010 12:58
To: Rules Users List
Subject: Re: [rules-users] Drools Flow - Human Task
I
I want to write a custom work item that helps me to pass some of the data
from the process to some other application through its interface. Will I be
able to do that??
Thanks.
Santosh Mukherjee.
On Wed, Jul 14, 2010 at 5:22 PM, Swindells, Thomas wrote:
> You can write your own custom work item h
You can write your own custom work item handler which can handle performing all
the necessary glue however you want that part of the system to work.
The drools workflow docs provide details on how to go about doing this - plus I
think you may be able to find some further tutorials and blog posts
Am 14.07.2010 12:05, schrieb santosh mukherjee:
> Hi,
>
> I want to add some of my own customized components to Drools Flow components
> pannel. How can this be done. Is there some API available to do so ??
Hi,
i guess you want to add domain specific work items to use them in the process
design
Hi,
I want to add some of my own customized components to Drools Flow components
pannel. How can this be done. Is there some API available to do so ??
Thanks
Santosh Mukherjee
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.
Hi,
Need help in integrating guvnor with my java application.
I have the set rules to executed for a particular module as individual
packages within guvnor. To fire these rules, I have separate properties file
specifying the URL of each package and mention it within the application as
below.
F
Hi,
I am developing a drools flow application and at one point of the flow I
want end user (User of my website) to reply to some questions one by one
i.e. I'll show them a question on a web page and they'll answer it then next
question etc. It has a flow sequence depending on the answers of quest
18 matches
Mail list logo