05-20-2015 01:39 PM
Start —> Parallel Gateway —> User Task
                 |
                 |—-> Message Intermediate Catch Event —> Mail Task
List<Execution> executions = runtimeService.createExecutionQuery()
            .messageEventSubscriptionName("LOGIN_CREATED")
            .processInstanceId(delegateTask.getProcessInstanceId()).list();
      if (executions != null && !executions.isEmpty()) {
         for (Execution e : executions) {
            runtimeService.messageEventReceived("LOGIN_CREATED", e.getId());
                    }
               }
         05-20-2015 06:34 PM
05-21-2015 03:25 AM
05-21-2015 05:53 AM
05-21-2015 11:54 PM
 
					
				
		
12-11-2018 03:54 PM
thank
					
				
			
			
				
			
			
			
			
			
			
			
		 
					
				
				
			
		
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.