Package io.automatiko.engine.api.workflow.workitem
-
Interface Summary Interface Description LifeCycle<T> Complete life cycle that can be applied to work items.LifeCyclePhase Definition of the life cycle phase that work item can be connected to.Policy<T> Top level of a policy that should be applied to work items.Transition<T> Defines work item life cycle phase transition. -
Exception Summary Exception Description InvalidLifeCyclePhaseException Thrown when there is no such life cycle phaseInvalidTransitionException Thrown when given work item transition cannot be performedNotAuthorizedException Thrown when there is security violation, usually due to policy enforcementWorkItemExecutionError