Uses of Interface
io.automatiko.engine.api.workflow.EventDescription
Packages that use EventDescription
Package
Description
The process runtime classes.
-
Uses of EventDescription in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return types with arguments of type EventDescriptionModifier and TypeMethodDescriptiondefault Set<EventDescription<?>>EventListener.getEventDescriptions()Returns unique set of event descriptions that this event listener is interested in. -
Uses of EventDescription in io.automatiko.engine.api.workflow
Classes in io.automatiko.engine.api.workflow that implement EventDescriptionModifier and TypeClassDescriptionclassclassclassMethods in io.automatiko.engine.api.workflow that return types with arguments of type EventDescriptionModifier and TypeMethodDescriptionSet<EventDescription<?>>ProcessInstance.events()Returns all active events that this process instance is capable of acting on.