Uses of Interface
io.automatiko.engine.api.runtime.process.ProcessRuntime
Packages that use ProcessRuntime
Package
Description
Events emitted while process instances are executing.
The runtime engine classes, including KieSession and StatelessKieSession.
The process runtime classes.
-
Uses of ProcessRuntime in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process that return ProcessRuntimeModifier and TypeMethodDescriptionProcessEvent.getProcessRuntime()Returns current process runtime for this event -
Uses of ProcessRuntime in io.automatiko.engine.api.runtime
Methods in io.automatiko.engine.api.runtime that return ProcessRuntimeModifier and TypeMethodDescriptionProcessRuntimeFactoryService.newProcessRuntime(ProcessConfig config) -
Uses of ProcessRuntime in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return ProcessRuntime