public interface ProcessExecutionContext extends ProcessExecutionInfoContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessExecutionContext.WorkflowPermission
Represents the permissions associated with the workflow model.
|
| Modifier and Type | Method and Description |
|---|---|
MailSpec |
createMailSpec()
Returns a mail specification instance in order to send mails.
|
String |
getProcessInstanceDescription(Locale aLocale)
Deprecated.
Use instead
ProcessExecutionInfoContext.getProcessInstance() |
String |
getProcessInstanceLabel(Locale aLocale)
Deprecated.
Use instead
ProcessExecutionInfoContext.getProcessInstance() |
void |
modifyProcessPriority(Integer priority)
Dynamically set the priority of the current process instance.
|
getProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepository, getSessionString getProcessInstanceLabel(Locale aLocale)
ProcessExecutionInfoContext.getProcessInstance()String getProcessInstanceDescription(Locale aLocale)
ProcessExecutionInfoContext.getProcessInstance()MailSpec createMailSpec()
Returns a mail specification instance in order to send mails.
void modifyProcessPriority(Integer priority) throws OperationException
OperationException - if an error occurs during the priority update.