Package com.orchestranetworks.workflow
Interface WaitTaskOnResumeContext
- All Superinterfaces:
DataContext,DataContextReadOnly,ProcessExecutionContext,ProcessExecutionInfoContext
This interface is used as the context for
resuming a wait task.- Since:
- 5.6.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
ProcessExecutionContext.WorkflowPermission -
Method Summary
Modifier and TypeMethodDescriptionReturns the output parameters given to resume the wait task.Returns the resume identifierbooleanReturnstrueif the resumption is done by the administration action 'Force resumption'.Methods inherited from interface com.orchestranetworks.workflow.DataContext
setVariableStringMethods inherited from interface com.orchestranetworks.workflow.DataContextReadOnly
getVariableNames, getVariableString, isVariableDefinedMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
createMailSpec, getProcessInstanceDescription, getProcessInstanceLabel, modifyProcessPriorityMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionInfoContext
getProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepository, getSession
-
Method Details
-
getOutputParameters
Returns the output parameters given to resume the wait task.- Returns:
- a
Mapof parameters (key: parameter name, value: parameter value).
-
getResumeId
String getResumeId()Returns the resume identifier -
hasBeenForcedToResume
boolean hasBeenForcedToResume()Returnstrueif the resumption is done by the administration action 'Force resumption'.
-