Thanks for replying. Here's my quick jBPM HW hack.

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="helloworld" xmlns="http://jbpm.org/4.0/jpdl";>
  |    <start g="78,13,48,48" name="start">
  |       <transition g="-90,-4" name="to request" to="request"/>
  |    </start>
  |    <end g="457,369,48,48" name="end"/>
  |    <java class="org.jbpm.helloworld.Println" g="174,95,92,52" 
method="request" name="request">
  |       <transition g="-85,-6" name="to review" to="review"/>
  |    </java>
  |    <task assignee="alex" g="277,235,92,52" name="review" form="review.ftl">
  |       <transition g="-73,-25" name="approved" to="review1"/>
  |    </task>
  |    <task assignee="alex" g="277,235,92,52" name="review1">
  |       <transition g="-73,-25" name="approved1" to="review2"/>
  |    </task>
  |    <task assignee="alex" g="277,235,92,52" name="review2">
  |       <transition g="-73,-25" name="approved2" to="audit"/>
  |    </task>
  |    <state g="498,134,92,52" name="audit">
  |       <transition g="-54,-19" name="to end" to="end"/>
  |    </state>
  | </process>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245715#4245715

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245715
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to