流程回滚服务
| Modifiers | Name | Description |
|---|---|---|
static Integer |
aliasOverridingOrder |
| Type | Name and description |
|---|---|
bropen.framework.core.OsmEmployeeService |
osmEmployeeService |
ProcessEngineService |
processEngineService |
ProcessNotificationService |
processNotificationService |
ProcessScriptService |
processScriptService |
| Type | Name and description |
|---|---|
void |
rollback(Task task, Integer policy = null)撤回(抽单、回滚)。 |
Integer |
rollbackable(Task task)判断当前用户是否能撤回(抽单、回滚) |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
撤回(抽单、回滚)。后续满足条件的待办、待阅都会被删除
注:如果后续待办是合并到其他待办的情况,则撤回后,原待办不会被删除
task - 回滚到任务policy - 抽单策略判断当前用户是否能撤回(抽单、回滚)