Package com.ebasetech.xi.api.workflow
Interface WorkflowManagement.DecisionEnactmentDescriptor
- All Superinterfaces:
WorkflowManagement.FallibleEnactmentDescriptor
- Enclosing interface:
- WorkflowManagement
public static interface WorkflowManagement.DecisionEnactmentDescriptor extends WorkflowManagement.FallibleEnactmentDescriptor
An extension that incorporates the notion of a script
-
Method Summary
Modifier and Type Method Description java.lang.String
getScriptText()
Answer the script of the associated decision nodeMethods inherited from interface com.ebasetech.xi.api.workflow.WorkflowManagement.FallibleEnactmentDescriptor
getDescription, getFailureCause, getIdentifier, getJobSequence, getNodeEnactmentSequence, getNodeName, getProcessName, getProcessVersion, getState, getSubJobProcessName, getSubJobProcessVersion, getSubJobSequence, setFailureCause
-
Method Details
-
getScriptText
java.lang.String getScriptText()Answer the script of the associated decision node
-