[rules-users] How to manage roles and generate web-forms using Drools Flow?

Aman Aggarwal aman at intelligrape.com
Wed Jun 23 03:37:38 EDT 2010


Hi Kiran

Thanks for your response.

Can you share how can I send the user response back to the workflow?

--
Regards
Aman


On Wed, Jun 23, 2010 at 9:51 AM, KiranP <phadatarekiran at gmail.com> wrote:

>
> hello aman,
>
> according to me using drools rule flow is the best option to go with...
>
> according to what i get from your specified problem is you want 2 things :
>
> 1. u need to manage alternate flows using drools (i.e. leads request must
> go
> to manager etc.)
>
>            ANS : this is fairly simple and can be done using Drools Rule
> flow split node
>
> 2. u need to dynamically generate the web form ( having various options
> like
> accept,reject,etc and comment field)
>
>           ANS : though drools is mostly not used to generate form but it
> can obviously provide you with list(ArrayList) of options depending on the
> outgoing nodes of split(i.e. u add a new outgoing node and it will come
> into
> list) this list then can be used on the form
>
> i have myself made a (java+drools+spring+jpa) project for leve application
> using the config above
>
> the following is my rule flow file have a look at it
>
>
> http://drools-java-rules-engine.46999.n3.nabble.com/file/n915957/leaveflow.jpg
>
> -----
> Keep Working >>
> KiranP
> --
> View this message in context:
> http://drools-java-rules-engine.46999.n3.nabble.com/How-to-manage-roles-and-generate-web-forms-using-Drools-Flow-tp913725p915957.html
> Sent from the Drools - User mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100623/c53d02c0/attachment.html 


More information about the rules-users mailing list