this is anohter process file
file1.xml
<?xml version="1.0" encoding="UTF-8"?>
|
| <process name="normal"
xmlns="http://jbpm.org/4.0/jpdl">
| <start g="54,93,48,48" name="start1">
| <transition name="to end1" to="end1"
g="-47,-17"/>
| </start>
| <end name="end1" g="354,79,48,48"/>
| </process>
file2
<?xml version="1.0" encoding="UTF-8"?>
|
| <process name="normal"
xmlns="http://jbpm.org/4.0/jpdl">
| <start g="54,93,48,48" name="start1">
| <transition name="to task1" to="task1"
g="-53,-17"/>
| </start>
| <end name="end1" g="354,79,48,48"/>
| <task name="task1" g="188,148,92,52">
| <transition name="to end1" to="end1"
g="-47,-17"/>
| </task>
| </process>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246033#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...