you can use the client task server and get the task based on the role that has being assigned to that task. The main idea is to have task list for all the different roles in your processes. If you use a method called getPotentialAssignedOwner() you will get a List<TaskSummary>. Greetings.
On Tue, Dec 28, 2010 at 1:01 PM, ramram <[email protected]> wrote: > > Hi All, > > I have the following process: > Start ----> TASK ------> END > > How can i retrieve back the taskId for the task created using the > CommandBasedWSHumanTaskHandler? > > Regards, > Ram > -- > View this message in context: > http://drools-java-rules-engine.46999.n3.nabble.com/How-to-get-TaskId-tp2157201p2157201.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 > -- - CTO @ http://www.plugtree.com - MyJourney @ http://salaboy.wordpress.com - Co-Founder @ http://www.jbug.com.ar - Salatino "Salaboy" Mauricio -
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
