JBoss Community

Re: Migrate app to jBPM - multiple starts

created by LX T in jBPM Development - View the full discussion

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">

 

  <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

Start a new discussion in jBPM Development at Community