Re: [rules-users] User interaction while ruleflow is running

2009-09-25 Thread Kris Verlaenen
The WS-HumanTask server is just an example of how you could integrate a human task server in your application (using a separate service). If this is too heavy-weight for your needs, you can simply implement your own work item handler and delegate the human task requests to a component of your choi

Re: [rules-users] User interaction while ruleflow is running

2009-09-24 Thread salaboy
the solution provided by Drools implements the WSHT standard, the idea is to decoulple the service from your application. The only difference with a built in solution that run thight coupled inside drools is that you only need to start it. Of course that you can automate that, so when your standalo

Re: [rules-users] User interaction while ruleflow is running

2009-09-24 Thread Olaf Raether
i suspect, that i get this answer. But i have an standalone app - isnĀ“t this solution a little bit to heavyweight ? . Using this - i have an additional server running. I hope to find a more lightweight solution. thanks Mauricio Salatino wrote: > > you should add a Human Task activity.. to do

Re: [rules-users] User interaction while ruleflow is running

2009-09-22 Thread Mauricio Salatino
you should add a Human Task activity.. to do that.. in the middle. For that you will need to run the WSHT service. Take a look at the Drools Flow documentation. On Tue, Sep 22, 2009 at 6:20 AM, Olaf Raether wrote: > > Hey, > > i have a simple ruleflow with some split and ruleflowgroup component

[rules-users] User interaction while ruleflow is running

2009-09-22 Thread Olaf Raether
Hey, i have a simple ruleflow with some split and ruleflowgroup components. Now i want some user interaction while the ruleflow is runing. For example : a ruleflowgroup is executed, than check a global or what ever and fire an event, so i can interact with the user. After the answer modify a g