[jboss-user] [JBoss jBPM] - Re: How to display JBPM state information in JSF

dilsent do-not-reply at jboss.com
Thu May 1 10:45:11 EDT 2008


I am sorry about that. Here is the xml code.

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition  xmlns=""  name="salesPageFlow">
  | 
  | 
  | 	<start-state name="Sales Flow">
  | 		<transition to="New Consumer"></transition>
  | 	</start-state>
  | 
  | 
  | 	<state name="Basic Information">
  | 		<transition to="Opening Offer"></transition>
  | 	</state>
  | 
  | 	<state name="Opening Offer">
  | 		<transition to="Qualification"></transition>
  | 	</state>
  | 
  | 	<state name="Qualification">
  | 		<transition to="Order Flow"></transition>
  | 		
  | 	</state>
  | 
  | 	
  | 	<end-state name="Order Flow"></end-state>
  | 
  | 
  | </process-definition>
  | 
  | 
  | I wanted to capture the transition states and display on a jSF page by clicking a command button. I am not sure how to persist the state info,so that the next when i click the button from the JSF page the token should display the next transition state. 
  | 
  | Thanks in advance

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

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



More information about the jboss-user mailing list