Package | Description |
---|---|
com.ebasetech.xi.api.workflow |
Modifier and Type | Interface and Description |
---|---|
static interface |
WorkflowManagement.DecisionEnactmentDescriptor
An extension that incorporates the notion of a script
|
static interface |
WorkflowManagement.EscalatorEnactmentDescriptor
An extension that describes the enactment of an escalator
|
static 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 id
|
static interface |
WorkflowManagement.SystemTaskEnactmentDescriptor
A descriptor used purely for System tasks
|
static interface |
WorkflowManagement.TaskEnactmentDescriptor
An 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.
|