Package io.automatiko.engine.api
-
Interface Summary Interface Description Application Entry point for accessing business automation components such as processes, rules, decisions, etc.Config Provides general configuration of Kogito applicationExecutionIdSupplier Wraps logic to generate unique identifiers per execution (e.g. evaluation of DMN model) Each call of theSupplier.get()method is considered a separate request of a new ID.Functions A marker interface that identifies a functions implementations that should be available in the process execution such as script tasks, various conditions etc All methods of the implementation class much be public and static.Model Represents data model type of objects that are usually descriptor of data holders.Service -
Class Summary Class Description Addons Provides direct information about addons installed and available within the running service.StaticConfig -
Enum Summary Enum Description UserTaskParam.ParamType -
Annotation Types Summary Annotation Type Description UserTask UserTaskParam