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

org.camunda.bpm.scenario.delegate.ProcessInstanceAwareDelegate Maven / Gradle / Ivy

package org.camunda.bpm.scenario.delegate;

/**
 * @author Martin Schimak
 */
public interface ProcessInstanceAwareDelegate {

  /**
   * Get the process instance this object is associated to.
   *
   * @return process instance this object is associated to
   */
  ProcessInstanceDelegate getProcessInstance();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy