Hi,
If I get an exception during my Activiti process, it is catched and appropriate logging is done. But If I try to again run the same process I get org.activiti.engine.ActivitiException: execution 2301 doesn't exist.
Question: If we get an exception in between the Activiti process, does that mean the process will be killed even if we have try-catch?
Requirement: We want to log this exception and process should continue. Also if I trigger the same process which was waiting for some event the remaining process tasks should be executed smoothly. Can this be possible?
Thanks in advance.