Uses of Package
io.automatiko.engine.api.runtime.process
-
Packages that use io.automatiko.engine.api.runtime.process 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.io.automatiko.engine.api.workflow io.automatiko.engine.api.workflow.signal io.automatiko.engine.api.workflow.workitem -
Classes in io.automatiko.engine.api.runtime.process used by io.automatiko.engine.api.event.process Class Description NodeInstance A node instance represents the execution of one specific node in a process instance.ProcessInstance A process instance represents one specific instance of a process that is currently executing.ProcessRuntime WorkItem Represents one unit of work that needs to be executed. -
Classes in io.automatiko.engine.api.runtime.process used by io.automatiko.engine.api.runtime Class Description ProcessRuntime WorkItem Represents one unit of work that needs to be executed.WorkItemManager A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted). -
Classes in io.automatiko.engine.api.runtime.process used by io.automatiko.engine.api.runtime.process Class Description EventListener An interface that represents an element that is listening for specific types of events.NodeInstance A node instance represents the execution of one specific node in a process instance.NodeInstanceContainer A node instance container is a container that can contain (zero or more) node instances.NodeInstanceState ProcessInstance A process instance represents one specific instance of a process that is currently executing.ProcessRuntime ProcessWorkItemHandlerException.HandlingStrategy WorkflowProcessInstance A workflow process instance represents one specific instance of a workflow process that is currently executing.WorkItem Represents one unit of work that needs to be executed.WorkItemHandler A work item handler is responsible for executing work items of a specific type.WorkItemManager A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted). -
Classes in io.automatiko.engine.api.runtime.process used by io.automatiko.engine.api.workflow Class Description WorkItemHandler A work item handler is responsible for executing work items of a specific type. -
Classes in io.automatiko.engine.api.runtime.process used by io.automatiko.engine.api.workflow.signal Class Description EventListener An interface that represents an element that is listening for specific types of events. -
Classes in io.automatiko.engine.api.runtime.process used by io.automatiko.engine.api.workflow.workitem Class Description WorkItem Represents one unit of work that needs to be executed.WorkItemManager A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).