Search in sources :

Example 1 with ExecutionErrorManagerImpl

use of org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl in project jbpm by kiegroup.

the class AsyncWorkItemHandlerCmdCallback method closeErrorHandler.

private void closeErrorHandler(RuntimeManager manager) {
    ExecutionErrorManager errorManager = ((AbstractRuntimeManager) manager).getExecutionErrorManager();
    if (errorManager == null) {
        return;
    }
    ((ExecutionErrorManagerImpl) errorManager).closeHandler();
}
Also used : ExecutionErrorManager(org.kie.internal.runtime.error.ExecutionErrorManager) AbstractRuntimeManager(org.jbpm.runtime.manager.impl.AbstractRuntimeManager) ExecutionErrorManagerImpl(org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl)

Aggregations

AbstractRuntimeManager (org.jbpm.runtime.manager.impl.AbstractRuntimeManager)1 ExecutionErrorManagerImpl (org.jbpm.runtime.manager.impl.error.ExecutionErrorManagerImpl)1 ExecutionErrorManager (org.kie.internal.runtime.error.ExecutionErrorManager)1