Uses of Interface
io.automatiko.engine.api.runtime.process.ProcessRuntime
-
Packages that use ProcessRuntime Package Description io.automatiko.engine.api.event.process Events emitted while process instances are executing.io.automatiko.engine.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.io.automatiko.engine.api.runtime.process The process runtime classes. -
-
Uses of ProcessRuntime in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process that return ProcessRuntime Modifier and Type Method Description ProcessRuntimeProcessEvent. 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 ProcessRuntime Modifier and Type Method Description ProcessRuntimeProcessRuntimeFactoryService. newProcessRuntime(ProcessConfig config) -
Uses of ProcessRuntime in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return ProcessRuntime Modifier and Type Method Description ProcessRuntimeProcessContext. getProcessRuntime()
-