public static interface WorkflowManagement.FallibleEnactmentDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.Exception |
getFailureCause() |
java.lang.String |
getIdentifier()
Answer a unique string handle for this descriptor
|
int |
getJobSequence()
Answer the sequence number of the job for the associated enactment
|
int |
getNodeEnactmentSequence()
Answer the sequence number of the associated enactment
|
java.lang.String |
getNodeName()
Answer the textual name of the task object of which that the associated enactment is
|
java.lang.String |
getProcessName()
Answer the name of the process that defines the associated enactment's job
|
int |
getProcessVersion()
Answer the version of the process that defines the associated enactment's job
|
com.ebasetech.ufs.workflow.server.enactment.state.State |
getState()
Answer the state of the associated enactment
|
java.lang.String |
getSubJobProcessName()
Answers the process name of a sub-job spawned as a result of executing this node
|
int |
getSubJobProcessVersion()
Answers the process version of a sub-job spawned as a result of executing this node
|
int |
getSubJobSequence()
Answers the job sequence number of a sub-job spawned as a result of executing this node
|
void |
setFailureCause(java.lang.Exception failureCause) |
com.ebasetech.ufs.workflow.server.enactment.state.State getState()
java.lang.String getIdentifier()
java.lang.String getProcessName()
int getProcessVersion()
int getJobSequence()
int getNodeEnactmentSequence()
java.lang.String getNodeName()
int getSubJobSequence()
java.lang.String getSubJobProcessName()
int getSubJobProcessVersion()
java.lang.String getDescription()
java.lang.Exception getFailureCause()
void setFailureCause(java.lang.Exception failureCause)