Uses of Interface
com.ebasetech.xi.api.workflow.WorkflowManagement.FallibleEnactmentDescriptor
| Package | Description |
|---|---|
| com.ebasetech.xi.api.workflow |
-
Uses of WorkflowManagement.FallibleEnactmentDescriptor in com.ebasetech.xi.api.workflow
Subinterfaces of WorkflowManagement.FallibleEnactmentDescriptor in com.ebasetech.xi.api.workflow Modifier and Type Interface Description static interfaceWorkflowManagement.DecisionEnactmentDescriptorAn extension that incorporates the notion of a scriptstatic interfaceWorkflowManagement.EscalatorEnactmentDescriptorAn extension that describes the enactment of an escalatorstatic interfaceWorkflowManagement.InteractiveTaskEnactmentDescriptorImplementations of this interface provide the detailed information needed by the tasklist application.static interfaceWorkflowManagement.PauseEnactmentDescriptorAn extension that incorporates the notion of a script and an event idstatic interfaceWorkflowManagement.SystemTaskEnactmentDescriptorA descriptor used purely for System tasksstatic interfaceWorkflowManagement.TaskEnactmentDescriptorAn extension that incorporates the notion of an associated taskMethods in com.ebasetech.xi.api.workflow with parameters of type WorkflowManagement.FallibleEnactmentDescriptor Modifier and Type Method Description voidWorkflowManagement. forceCompletion(WorkflowManagement.FallibleEnactmentDescriptor fallibleDescriptor, java.lang.String reason, java.lang.String caller)Force the completion of a previously failed node enactment.voidWorkflowManagement. 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.StateWorkflowManagement. stateOf(WorkflowManagement.FallibleEnactmentDescriptor enactmentDescriptor, java.lang.String caller)Answers the state of the described task enactment.