| Package | Description | 
|---|---|
| com.ebasetech.xi.api.workflow | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | WorkflowManagement.DecisionEnactmentDescriptorAn extension that incorporates the notion of a script | 
| static interface  | WorkflowManagement.EscalatorEnactmentDescriptorAn extension that describes the enactment of an escalator | 
| static interface  | WorkflowManagement.InteractiveTaskEnactmentDescriptorImplementations of this interface provide the detailed information needed by the tasklist
 application. | 
| static interface  | WorkflowManagement.PauseEnactmentDescriptorAn extension that incorporates the notion of a script and an event id | 
| static interface  | WorkflowManagement.SystemTaskEnactmentDescriptorA descriptor used purely for System tasks | 
| static interface  | WorkflowManagement.TaskEnactmentDescriptorAn extension that incorporates the notion of an associated task | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkflowManagement. forceCompletion(WorkflowManagement.FallibleEnactmentDescriptor fallibleDescriptor,
               java.lang.String reason,
               java.lang.String caller)Force the completion of a previously failed node enactment. | 
| void | WorkflowManagement. reexecute(WorkflowManagement.FallibleEnactmentDescriptor fallibleDescriptor,
         java.lang.String reason,
         java.lang.String caller)Re-execute a previously failed node enactment. | 
| com.ebasetech.ufs.workflow.server.enactment.state.State | WorkflowManagement. stateOf(WorkflowManagement.FallibleEnactmentDescriptor enactmentDescriptor,
       java.lang.String caller)Answers the state of the described task enactment. |