Uses of Interface
io.automatiko.engine.api.runtime.process.WorkItem
-
Packages that use WorkItem Package Description io.automatiko.engine.api.event.process Events emitted while process instances are executing.io.automatiko.engine.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow.workitem -
-
Uses of WorkItem in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process that return WorkItem Modifier and Type Method Description WorkItemProcessWorkItemTransitionEvent. getWorkItem()Returns work item being transitioned -
Uses of WorkItem in io.automatiko.engine.api.runtime
Methods in io.automatiko.engine.api.runtime that return WorkItem Modifier and Type Method Description WorkItemInternalWorkItemManager. getWorkItem(String id)Methods in io.automatiko.engine.api.runtime that return types with arguments of type WorkItem Modifier and Type Method Description Set<WorkItem>InternalWorkItemManager. getWorkItems()Methods in io.automatiko.engine.api.runtime with parameters of type WorkItem Modifier and Type Method Description voidInternalWorkItemManager. internalAddWorkItem(WorkItem workItem)voidInternalWorkItemManager. internalCompleteWorkItem(WorkItem workItem)voidInternalWorkItemManager. internalExecuteWorkItem(WorkItem workItem) -
Uses of WorkItem in io.automatiko.engine.api.runtime.process
Subinterfaces of WorkItem in io.automatiko.engine.api.runtime.process Modifier and Type Interface Description interfaceHumanTaskWorkItemDedicated extension to WorkItem to cover needs of human tasksMethods in io.automatiko.engine.api.runtime.process with parameters of type WorkItem Modifier and Type Method Description voidWorkItemHandler. abortWorkItem(WorkItem workItem, WorkItemManager manager)The given work item should be aborted.voidWorkItemHandler. executeWorkItem(WorkItem workItem, WorkItemManager manager)The given work item should be executed.default voidWorkItemHandler. transitionToPhase(WorkItem workItem, WorkItemManager manager, Transition<?> transition)Allows to transition given work item into another life cycle phase as defined in the given transition object. -
Uses of WorkItem in io.automatiko.engine.api.workflow.workitem
Methods in io.automatiko.engine.api.workflow.workitem with parameters of type WorkItem Modifier and Type Method Description default voidLifeCyclePhase. apply(WorkItem workitem, Transition<?> transition)Optional extra work to be applied on work item upon transition to this phaseTLifeCycle. data(WorkItem workItem)Returns current data set for given work itemTLifeCycle. transitionTo(WorkItem workItem, WorkItemManager manager, Transition<T> transition)Perform actual transition to the target phase defined via given transition
-