Returns all activity instance events which are waiting to be executed.
Method Detail
HTTP Example:
POST /API/queryRuntimeAPI/getActivityInstanceEvents/{activityuuid}
options=…
API Example:
AbstractRemoteQueryRuntimeAPI.getEvents({'activityuuid': /* activityUUID the activity instance UUID */, 'options': /* Returns all activity instance events which are waiting to be executed. */});
Returns all activity instance events which are waiting to be executed.
Output:
java.util.Set<org.ow2.bonita.facade.runtime.CatchingEvent> - a set of catching events or an empty set if no event exists