Uses of Interface
io.automatiko.engine.api.event.process.ProcessStartedEvent
-
Packages that use ProcessStartedEvent Package Description io.automatiko.engine.api.event.process Events emitted while process instances are executing. -
-
Uses of ProcessStartedEvent in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process with parameters of type ProcessStartedEvent Modifier and Type Method Description voidDefaultProcessEventListener. afterProcessStarted(ProcessStartedEvent event)voidProcessEventListener. afterProcessStarted(ProcessStartedEvent event)This listener method is invoked right after a process instance has been started.voidDefaultProcessEventListener. beforeProcessStarted(ProcessStartedEvent event)voidProcessEventListener. beforeProcessStarted(ProcessStartedEvent event)This listener method is invoked right before a process instance is being started.
-