Hi,

This is the websale exapmle available in CVS

<?xml version="1.0"?>

<process-definition name="websale"
                    xmlns="urn:jbpm.org:jpdl-3.1">

  <!-- SWIMLANES (= process roles) -->

  
  
  
    
  
  
  
    
  
  
  
    
  
 
  <!-- NODES -->

  <start-state name="create new web sale order">
    
      
        
        
        
      
    
    
  </start-state>
  
  <task-node name="evaluate web order">
    
      
        
          salesman
        
      
      
        
        
        
        
      
    
    
    
  </task-node>

  <task-node name="fix web order data">
    
      
        
        
        
        
      
    
    
  </task-node>

  
    
    
    
  
  <task-node name="wait for money">
    
      
        
        
        
        
      
    
    
  </task-node>
  
  
    
      accountancy application is now informed of the payment
    
    
  
  
  
    
      shipper
      ${shipper} now ships ${item} to ${address}
    
    
  
  
  
    
    

  <end-state name="end" />

</process-definition>

I could find only text boxes in the user interface when I deploy and run it..





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950441


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to