[jboss-user] [JBoss jBPM] - Re: [JBPM4 Error]Getting error while 2 tasks are created on

sushantgupta402 do-not-reply at jboss.com
Tue Aug 4 06:56:25 EDT 2009


<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="SimpleTaskCreation" xmlns="http://jbpm.org/4.0/jpdl">
  |    <start name="start1" g="292,97,48,48">
  |       <transition to="task1"/>
  |    </start>
  |    <end name="end1" g="272,471,48,48"/>
  |    <task name="task1" g="239,180,92,52">
  |       <transition to="task2"/>
  |    </task>
  |    <task name="task2" g="271,291,92,52">
  |       <transition to="task3"/>
  |    </task>
  |    <task name="task3" g="197,392,92,52">
  |       <transition to="end1"/>
  |    </task>
  | </process>

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

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



More information about the jboss-user mailing list