[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Gavin King
gavin.king at jboss.com
Sun Jul 15 17:32:09 EDT 2007
User: gavin
Date: 07/07/15 17:32:09
Modified: doc/reference/en/modules jbpm.xml
Log:
minor
Revision Changes Path
1.35 +3 -3 jboss-seam/doc/reference/en/modules/jbpm.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jbpm.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/jbpm.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- jbpm.xml 27 Jun 2007 01:41:39 -0000 1.34
+++ jbpm.xml 15 Jul 2007 21:32:09 -0000 1.35
@@ -713,9 +713,9 @@
<title>Task assignment</title>
<para>
- When a process starts, task instances are created. These must be
- assigned to users or user groups. We can either hardcode our
- actor ids, or delegate to a Seam component:
+ When a process reaches a task node, task instances are created. These must be
+ assigned to users or user groups. We can either hardcode our actor ids, or
+ delegate to a Seam component:
</para>
<programlisting><![CDATA[<task name="todo" description="#{todoList.description}">
More information about the jboss-cvs-commits
mailing list