11-21-2012 06:57 PM
runtimeService.signal(correlation, input);
where the correlation comes from the JMS message and was originally published by the process via execution.getId()
The above execution flow results in one of two outcomes:2012-11-19 23:00:28,169 [org.springframework.jms.listener.DefaultMessageListenerContainer#1-1][…][9e2ad17a-1077-456d-a134-9
efdfa046e4f] ERROR - Executing BPMN Process
org.activiti.engine.ActivitiException: execution 105918 doesn't exist
at org.activiti.engine.impl.cmd.SignalCmd.execute(SignalCmd.java:53)
at org.activiti.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:24)
at org.activiti.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:42)
at org.activiti.spring.SpringTransactionInterceptor$1.doInTransaction(SpringTransactionInterceptor.java:42)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
at org.activiti.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:40)
at org.activiti.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
at org.activiti.engine.impl.RuntimeServiceImpl.signal(RuntimeServiceImpl.java:142)
Looking into the database I can see the following:select *
from act_ru_execution
where proc_inst_id_ = 105918;
returns a single record. I am not sure of the meaning of all the columns, so I have included some of these below:11-22-2012 03:53 AM
03-07-2013 07:22 PM
03-07-2013 10:02 PM
07-07-2013 11:52 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.