update - 完善注释
This commit is contained in:
parent
ebf2644041
commit
02075100d9
@ -8,7 +8,7 @@ import org.springframework.core.Ordered;
|
||||
* <p>
|
||||
* 微服版本使用, 统一在 Server module 中进行实现扩展, 不在该 module 中实现.
|
||||
*
|
||||
* 在 Flowable Engine 中 onAssigned 优先级比 onCreated 更高
|
||||
* 特别注意: 在 Flowable Engine 中 onAssigned 执行优先级比 onCreated 更高
|
||||
*
|
||||
* @author shao_hua
|
||||
*/
|
||||
|
||||
@ -22,6 +22,9 @@ import static cn.axzo.workflow.core.engine.event.ReceiveTaskEventType.UPDATE;
|
||||
|
||||
/**
|
||||
* 操作 ext_ax_taskinst 表的事件
|
||||
* <p>
|
||||
* 目前,该事件的两种状态,仅用在 BpmnTaskEventListener 的 onCreated 和 onDeleted 钩子函数上;
|
||||
* 和自定义的特殊用途的 Behavior 上.
|
||||
*
|
||||
* @author wangli
|
||||
* @since 2024/2/5 18:39
|
||||
|
||||
Loading…
Reference in New Issue
Block a user