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??<div><br></div><div>Thanks.</div><div>Santosh Mukherjee.<br>
<br><div class="gmail_quote">On Wed, Jul 14, 2010 at 5:22 PM, Swindells, Thomas <span dir="ltr">&lt;<a href="mailto:TSwindells@nds.com">TSwindells@nds.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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.<br>
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 via google.<br>
<br>
Thomas<br>
<div><div></div><div class="h5"><br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:rules-users-bounces@lists.jboss.org">rules-users-bounces@lists.jboss.org</a> [mailto:<a href="mailto:rules-users-">rules-users-</a><br>
&gt; <a href="mailto:bounces@lists.jboss.org">bounces@lists.jboss.org</a>] On Behalf Of jawa<br>
&gt; Sent: 14 July 2010 10:23<br>
&gt; To: <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt; Subject: [rules-users] Drools Flow - Human Task<br>
&gt;<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am developing a drools flow application and at one point of the flow I<br>
&gt; want end user (User of my website) to reply to some questions one by one<br>
&gt; i.e. I&#39;ll show them a question on a web page and they&#39;ll answer it then next<br>
&gt; question etc. It has a flow sequence depending on the answers of questions.<br>
&gt; e.g. If user replied &#39;No&#39; to Q1 then go to Q5 else go to Q2 etc. So I want<br>
&gt; my flow to stop for a user input when the flow reaches to the &#39;Ask question&#39;<br>
&gt; stage. I have read the drools flow documentation and it looks like there is<br>
&gt; an option to use Human Task which will cause my flow to stop at that point<br>
&gt; and wait for user input but for that I&#39;ll have to use Apache Mina server and<br>
&gt; will need to claim tasks etc. But I don&#39;t want that because my front end<br>
&gt; application is in php and backend (Drools flow) is in java and I connect<br>
&gt; both using webservice. So I just want to ask my front end that ask question<br>
&gt; then front end will reply with an answer that I want to feed to my flow then<br>
&gt; flow will continue and decide which question to ask next. The website users<br>
&gt; are anonymous it can be anyone answering the questions.<br>
&gt;<br>
&gt; Can anyone please give me an idea how to achieve this using drools flow?<br>
&gt;<br>
&gt; Thank you<br>
&gt; --<br>
&gt; View this message in context: <a href="http://drools-java-rules-" target="_blank">http://drools-java-rules-</a><br>
&gt; <a href="http://engine.46999.n3.nabble.com/Drools-Flow-Human-Task-tp966015p966015.html" target="_blank">engine.46999.n3.nabble.com/Drools-Flow-Human-Task-tp966015p966015.html</a><br>
&gt; Sent from the Drools - User mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br>
<br>
</div></div>**************************************************************************************<br>
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the <a href="mailto:postmaster@nds.com">postmaster@nds.com</a> and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.<br>

<br>
NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00<br>
**************************************************************************************<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>