Package org.jbpm.services.task.wih

Examples of org.jbpm.services.task.wih.ExternalTaskEventListener


            }
        }
        // TODO: this whole block can be removed after SWITCHYARD-1584
        if (!registeredNames.contains(HUMAN_TASK) && runtimeManager != null) {
            RuntimeEngine runtimeEngine = runtimeManager.getRuntimeEngine(null);
            ExternalTaskEventListener listener = new ExternalTaskEventListener();
            LocalHTWorkItemHandler htwih = new LocalHTWorkItemHandler();
            htwih.setRuntimeManager(runtimeManager);
            // NOTE: Cannot remove next two blocks for SWITCHYARD-1755 yet...
            if (runtimeEngine.getTaskService() instanceof EventService) {
                ((EventService)runtimeEngine.getTaskService()).registerTaskEventListener(listener);
View Full Code Here

TOP

Related Classes of org.jbpm.services.task.wih.ExternalTaskEventListener

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.