[jboss-dev-forums] [jBPM Development] - Re: Migrate app to jBPM - multiple starts

LX T do-not-reply at jboss.com
Mon Nov 15 11:00:42 EST 2010


LX T [http://community.jboss.org/people/vcr] created the discussion

"Re: Migrate app to jBPM - multiple starts"

To view the discussion, visit: http://community.jboss.org/message/571251#571251

--------------------------------------------------------------
Thanks for sharing the info.

My test process is like this:
-------------------------------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>

<process name="Custom" xmlns=" http://jbpm.org/4.3/jpdl http://jbpm.org/4.3/jpdl">

  <start g="20,20,48,48">
    <transition to="node1"/>
  </start>
  
  <java class="org.jbpm.examples.custom.Node1" g="96,16,100,52" method="hello" name="node1">      
    <transition to="node2"/>
  </java> 
  
  <java class="org.jbpm.examples.custom.Node2" g="243,17,100,52" method="hello" name="node2">      
    <transition to="end"/>
  </java>  
  
  <end g="422,20,80,40" name="end"/>

</process>
-------------------------------------------------------------------------------------------------------------------

I have no experience with assign-handler, can you guide me a little, maybe with an example? Thank you.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/571251#571251]

Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101115/4a346e88/attachment.html 


More information about the jboss-dev-forums mailing list