[jboss-user] [JBoss jBPM] - Re: An exception happened during the deployment of the proce
mryilauer
do-not-reply at jboss.com
Mon Nov 26 09:07:10 EST 2007
Sorry, the xml didn't render properly, let me try again
<?xml version="1.0" encoding="UTF-8"?>
|
| <process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="simple">
| <start-state name="start">
| <transition name="to_wait" to="wait for signature"></transition>
|
| </start-state>
|
| <state name="wait for signature">
| <transition name="" to="end"></transition>
| </state>
|
| <end-state name="end">
| </end-state>
|
| </process-definition>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107733#4107733
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107733
More information about the jboss-user
mailing list