[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Fri Nov 10 21:46:29 EST 2006


  User: gavin   
  Date: 06/11/10 21:46:29

  Modified:    doc/reference/en/modules  jbpm.xml
  Log:
  update
  
  Revision  Changes    Path
  1.22      +4 -4      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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- jbpm.xml	14 Jul 2006 18:34:40 -0000	1.21
  +++ jbpm.xml	11 Nov 2006 02:46:29 -0000	1.22
  @@ -522,14 +522,14 @@
   </page>]]></programlisting>
   
           <para>
  -            Optionally, we can specify a <literal>transition</literal> name. In this
  -            case, Seam will signal the end of the current task in the overarching
  -            business process.
  +            Optionally, we can end a task, specify a jBPM <literal>transition</literal> 
  +            name. In this case, Seam will signal the end of the current task in the 
  +            overarching business process.
           </para>
           
   <programlisting><![CDATA[<page name="win" view-id="/win.jsp">
       <redirect/>
  -    <end-conversation transition="success"/>
  +    <end-task transition="success"/>
   </page>]]></programlisting>
   
           </section>
  
  
  



More information about the jboss-cvs-commits mailing list