All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.bpm.engine.runtime.NativeProcessInstanceQuery Maven / Gradle / Ivy

There is a newer version: 7.23.0-alpha2
Show newest version
package org.camunda.bpm.engine.runtime;

import org.camunda.bpm.engine.query.NativeQuery;

/**
 * Allows querying of {@link ProcessInstance}s via native (SQL) queries
 * @author Bernd Ruecker (camunda)
 */
public interface NativeProcessInstanceQuery extends NativeQuery {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy