Hi, there is an issue when using the service BusinessProcess.startProcessById() and the process instance immediately finishes without any wait state, there is always the following exception:
Caused by: org.activiti.cdi.ActivitiCdiException: Cannot associate execution by id: no execution with id '2301' found. at org.activiti.cdi.BusinessProcess.associateExecutionById(BusinessProcess.java:247) [activiti-cdi-5.14.jar:] at org.activiti.cdi.BusinessProcess.setExecution(BusinessProcess.java:432) [activiti-cdi-5.14.jar:] at org.activiti.cdi.BusinessProcess.startProcessById(BusinessProcess.java:102) [activiti-cdi-5.14.jar:]