[jboss-user] [JBoss jBPM] - Re: problem with task form view

aymenhouissa do-not-reply at jboss.com
Wed Feb 20 11:04:27 EST 2008


there is my processdefinition:

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition  xmlns="urn:jbpm.org:jpdl-3.2"  name="conge">
  | 
  | 
  | 	<start-state name="demande conge">
  | 		<task name="send demande">
  | 			<assignment actor-id="user"></assignment>
  | 			<controller>
  | 				<variable access="read,write,required" name="numero" mapped-name="numero"></variable>
  | 			</controller>
  | 		</task>
  | 		<transition to="approbation DG" name="envoyer"></transition>
  | 	</start-state>
  | 
  | 
  | 	<task-node name="approbation DG">
  | 		<task name="evaluate demande">
  | 			<assignment actor-id="admin"></assignment>
  | 			<controller>
  | 				<variable access="read" name="numero" mapped-name="numero"></variable>
  | 				<variable access="read,write,required" name="decision" mapped-name="decision"></variable>
  | 			</controller>
  | 		</task>
  | 		<transition to="end" name="Ok"></transition>
  | 	</task-node>
  | 
  | 
  | 	<end-state name="end"></end-state>
  | 
  | 
  | </process-definition>
  | 
and about the forms, i generated it after entering variables
help please


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

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



More information about the jboss-user mailing list