[jbpm-commits] JBoss JBPM SVN: r6390 - jbpm4/trunk/modules/userguide/src/main/docbook/en/modules.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 2 20:56:22 EDT 2010


Author: rebody
Date: 2010-06-02 20:56:21 -0400 (Wed, 02 Jun 2010)
New Revision: 6390

Modified:
   jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
Log:
correct document

Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml	2010-06-02 18:23:10 UTC (rev 6389)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml	2010-06-03 00:56:21 UTC (rev 6390)
@@ -902,8 +902,8 @@
         <para>After starting, a task will be created.  The task will not show up in anyone's
         personal task list.  Following task lists will be empty.
         </para>
-        <programlisting>taskService.getAssignedTasks(&quot;johndoe&quot;);
-taskService.getAssignedTasks(&quot;joesmoe&quot;);</programlisting>
+        <programlisting>taskService.getPersonalTasks(&quot;johndoe&quot;);
+taskService.getPersonalTasks(&quot;joesmoe&quot;);</programlisting>
         <para>But the task will show up in the group task list of all members of the <literal>sales-dept</literal>
         group.   
         </para>



More information about the jbpm-commits mailing list