Uses of Class
io.automatiko.engine.api.workflow.flexible.Milestone
-
Packages that use Milestone Package Description io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow io.automatiko.engine.api.workflow.flexible -
-
Uses of Milestone in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return types with arguments of type Milestone Modifier and Type Method Description Collection<Milestone>WorkflowProcessInstance. milestones()Returns the list of Milestones and their status in the current process instances -
Uses of Milestone in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return types with arguments of type Milestone Modifier and Type Method Description Collection<Milestone>ProcessInstance. milestones()Returns the process milestones -
Uses of Milestone in io.automatiko.engine.api.workflow.flexible
Methods in io.automatiko.engine.api.workflow.flexible that return Milestone Modifier and Type Method Description MilestoneMilestone.Builder. build()
-