[jboss-user] [jBPM] - Asynchronus execution error

ABIDI Sami do-not-reply at jboss.com
Sat Apr 3 05:37:22 EDT 2010


ABIDI Sami [http://community.jboss.org/people/uaibys] replied to the discussion

"Asynchronus execution error"

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

--------------------------------------------------------------
This is my process :

<?xml version="1.0" encoding="UTF-8"?> 
 
 <process key="Clef" name="FirstPEProcess" xmlns="http://jbpm.org/4.3/jpdl"> 
 
   <start g="21,98,48,48">
      <transition to="ConfigurerRepId"/>
  </start> 
 
   <java g="140,95,101,52" continue="async" method="ConfigurerRepId" name="ConfigurerRepId">
      <transition to="EnregistrerSAPP"/>
  </java>
  
  <java g="315,99,106,52" continue="async" method="EnregistrerSAPP" name="EnregistrerSAPP">
      <transition to="makeSignatureFile"/>
  </java>
  
  <java g="533,99,133,52" continue="async" method="makeSignatureFile" name="makeSignatureFile">
      <transition to="CallForArchive"/>
   </java>
   
   <java g="736,102,92,52" continue="async" method="scenarioComplet2" name="CallForArchive">
      <transition to="end"/>
   </java>
   
   <end g="892,103,48,48" name="end"/>
   
</process>

I think that your idea is very logical, but I don't know how to add the class ass a part of the deployment? could you help me please?!

--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100403/98db9489/attachment.html 


More information about the jboss-user mailing list