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 choice.
Kris Quoting Olaf Raether <[email protected]>: > > 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 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 <[email protected]> > wrote: > > > >> > >> 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 global or the working memory and continue within the ruleflow. > >> > >> How could i do this very simple. I have a standalone app with > drools 5 > >> expert. > >> No Jboss server running. > >> > >> Thanks for hints. > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/User-interaction-while-ruleflow-is-running-tp25530715p25530715.html > >> Sent from the drools - user mailing list archive at Nabble.com. > >> > >> _______________________________________________ > >> rules-users mailing list > >> [email protected] > >> https://lists.jboss.org/mailman/listinfo/rules-users > >> > > > > > > > > -- > > - http://salaboy.wordpress.com > > - http://www.jbug.com.ar > > - Salatino "Salaboy" Mauricio - > > > > _______________________________________________ > > rules-users mailing list > > [email protected] > > https://lists.jboss.org/mailman/listinfo/rules-users > > > > > > -- > View this message in context: > http://www.nabble.com/User-interaction-while-ruleflow-is-running-tp25530715p25568290.html > Sent from the drools - user mailing list archive at Nabble.com. > > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
