Interface CaseInstance<T>
-
- All Superinterfaces:
ProcessInstance<T>
public interface CaseInstance<T> extends ProcessInstance<T>
-
-
Field Summary
-
Fields inherited from interface io.automatiko.engine.api.workflow.ProcessInstance
STATE_ABORTED, STATE_ACTIVE, STATE_COMPLETED, STATE_ERROR, STATE_PENDING, STATE_SUSPENDED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>availableTasks()CaseFilecasefile()List<String>milestones(Policy<?>... policies)List<String>stages(Policy<?>... policies)-
Methods inherited from interface io.automatiko.engine.api.workflow.ProcessInstance
abort, abortWorkItem, adHocFragments, businessKey, cancelNodeInstance, completeWorkItem, description, disconnect, error, events, id, image, initiator, milestones, parentProcessInstanceId, process, retriggerNodeInstance, rootProcessId, rootProcessInstanceId, send, start, start, startDate, startFrom, startFrom, status, subprocesses, tags, transitionWorkItem, triggerNode, updateVariables, variables, workItem, workItems
-
-