事件类型
| Enum constant | Description |
|---|---|
PROCESS_COMPLETED |
流程结束后 |
PROCESS_CREATED |
流程创建后 |
TASK_SUBMIT |
任务提交前 |
TASK_SUBMITTED |
任务提交后 |
| Type | Name and description |
|---|---|
static CallbackEvent |
getEvent(String event) |
static List<CallbackEvent> |
list() |
| Methods inherited from class | Name |
|---|---|
class Enum |
Enum#name(), Enum#equals(Object), Enum#toString(), Enum#hashCode(), Enum#compareTo(Object), Enum#compareTo(Enum), Enum#valueOf(Class, String), Enum#getDeclaringClass(), Enum#ordinal(), Enum#wait(long, int), Enum#wait(long), Enum#wait(), Enum#getClass(), Enum#notify(), Enum#notifyAll() |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
流程结束后
流程创建后
任务提交前
任务提交后
BROPEN Documentation, 2020-04-21 11:32