03-08-2013 07:21 AM
runtimeService.createExecutionQuery().processInstanceId(processInstance.getProcessInstanceId()).list()
or((ExecutionEntity)runtimeService.createExecutionQuery().processInstanceId(processInstance.getProcessInstanceId()).singleResult())
executionEntity.getEngineServices().getManagementService().createJobQuery().list()
but it gives nothing, I think it is only applicable to timer event, is that correct?03-08-2013 07:28 AM
List<EventSubscriptionEntity> eventSubscriptions = commandContext.getEventSubscriptionEntityManager()
.findEventSubscriptionsByNameAndExecution(MessageEventHandler.EVENT_HANDLER_TYPE, messageName, executionId);
03-08-2013 03:28 PM
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.