Package org.activiti.cdi.test.impl.beans

Examples of org.activiti.cdi.test.impl.beans.ProcessScopedMessageBean


       
    waitForJobExecutorToProcessAllJobs(5000l, 25l);
       
    assertNull(managementService.createJobQuery().singleResult());
   
    ProcessScopedMessageBean messageBean = (ProcessScopedMessageBean) runtimeService.getVariable(pid, "processScopedMessageBean");
    assertEquals("test", messageBean.getMessage());
   
    runtimeService.signal(pid);
   
  }
View Full Code Here

TOP

Related Classes of org.activiti.cdi.test.impl.beans.ProcessScopedMessageBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.