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 interface
WorkflowManagement.DecisionEnactmentDescriptor
An extension that incorporates the notion of a scriptstatic interface
WorkflowManagement.EscalatorEnactmentDescriptor
An extension that describes the enactment of an escalatorstatic interface
WorkflowManagement.InteractiveTaskEnactmentDescriptor
Implementations of this interface provide the detailed information needed by the tasklist application.static interface
WorkflowManagement.PauseEnactmentDescriptor
An extension that incorporates the notion of a script and an event idstatic interface
WorkflowManagement.SystemTaskEnactmentDescriptor
A descriptor used purely for System tasksstatic interface
WorkflowManagement.TaskEnactmentDescriptor
An 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 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.