Package com.ebasetech.xi.api.workflow
Interface WorkflowManagement.PauseEnactmentDescriptor
- All Superinterfaces:
WorkflowManagement.FallibleEnactmentDescriptor
- Enclosing interface:
- WorkflowManagement
public static interface WorkflowManagement.PauseEnactmentDescriptor extends WorkflowManagement.FallibleEnactmentDescriptor
An extension that incorporates the notion of a script and an event id
-
Method Summary
Modifier and Type Method Description java.lang.String
getEventId()
Answer the event id of the associated pause nodejava.lang.String
getScriptText()
Answer the script of the associated pause 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 pause node -
getEventId
java.lang.String getEventId()Answer the event id of the associated pause node
-