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

io.takari.bpm.api.EventService Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package io.takari.bpm.api;

import java.util.Collection;

public interface EventService {

    /**
     * Returns a collection of currently waiting events for the specified process instance.
     * @param processBusinessKey external business key of a process instance.
     * @return collection of events.
     */
    Collection getEvents(String processBusinessKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy