public interface WaitTaskOnResumeContext extends ProcessExecutionContext, DataContext
resuming a wait task.ProcessExecutionContext.WorkflowPermission| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getOutputParameters()
Returns the output parameters given to resume the wait task.
|
String |
getResumeId()
Returns the resume identifier
|
boolean |
hasBeenForcedToResume()
Returns
true if the resumption is done by the administration action 'Force resumption'. |
createMailSpec, getProcessInstanceDescription, getProcessInstanceLabel, modifyProcessPrioritygetProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepository, getSessionsetVariableStringgetVariableNames, getVariableString, isVariableDefinedMap<String,String> getOutputParameters()
Map of parameters (key: parameter name, value: parameter value).String getResumeId()
boolean hasBeenForcedToResume()
true if the resumption is done by the administration action 'Force resumption'.