Uses of Interface
io.automatiko.engine.api.definition.process.Process
-
Packages that use Process Package Description io.automatiko.engine.api.definition.process The classes that make up a Process definition.io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow -
-
Uses of Process in io.automatiko.engine.api.definition.process
Subinterfaces of Process in io.automatiko.engine.api.definition.process Modifier and Type Interface Description interfaceWorkflowProcessA WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic. -
Uses of Process in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return Process Modifier and Type Method Description ProcessProcessInstance. getProcess() -
Uses of Process in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return types with arguments of type Process Modifier and Type Method Description default Map<String,Process>ProcessConfig. processes()
-