Uses of Interface
io.automatiko.engine.api.workflow.WorkItem
-
Packages that use WorkItem Package Description io.automatiko.engine.api.workflow -
-
Uses of WorkItem in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return WorkItem Modifier and Type Method Description WorkItemProcessInstance. workItem(String workItemId, Policy<?>... policies)Returns work item identified by given id if foundMethods in io.automatiko.engine.api.workflow that return types with arguments of type WorkItem Modifier and Type Method Description List<WorkItem>ProcessInstance. workItems(Policy<?>... policies)Returns list of currently active work items.
-