Community

Asynchronus execution error

reply from ABIDI Sami in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community