Uses of Interface
io.automatiko.engine.api.workflow.ProcessInstances
Packages that use ProcessInstances
Package
Description
-
Uses of ProcessInstances in io.automatiko.engine.api.uow
Methods in io.automatiko.engine.api.uow that return ProcessInstancesModifier and TypeMethodDescriptiondefault ProcessInstances<?>UnitOfWork.managedProcessInstances(Process<?> process, ProcessInstances<?> instances) Allows to manage given implementation of process instances to provide up to date information for executed instances within unit of workMethods in io.automatiko.engine.api.uow with parameters of type ProcessInstancesModifier and TypeMethodDescriptiondefault ProcessInstances<?>UnitOfWork.managedProcessInstances(Process<?> process, ProcessInstances<?> instances) Allows to manage given implementation of process instances to provide up to date information for executed instances within unit of work -
Uses of ProcessInstances in io.automatiko.engine.api.workflow
Subinterfaces of ProcessInstances in io.automatiko.engine.api.workflowMethods in io.automatiko.engine.api.workflow that return ProcessInstances -
Uses of ProcessInstances in io.automatiko.engine.api.workflow.cases
Subinterfaces of ProcessInstances in io.automatiko.engine.api.workflow.cases