update - 完善注释

This commit is contained in:
wangli 2024-03-27 18:04:17 +08:00
parent ebf2644041
commit 02075100d9
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import org.springframework.core.Ordered;
* <p>
* 微服版本使用, 统一在 Server module 中进行实现扩展, 不在该 module 中实现.
*
* Flowable Engine onAssigned 优先级比 onCreated 更高
* 特别注意: Flowable Engine onAssigned 执行优先级比 onCreated 更高
*
* @author shao_hua
*/

View File

@ -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