Merge branch 'feature/REQ-2924' of https://axzsource.com/universal/infrastructure/backend/workflow-engine into feature/REQ-2924
This commit is contained in:
commit
a4f45f4449
@ -44,6 +44,12 @@ public class InternalExtAxTaskInstEvent_lo_Listener extends AbstractBpmnEventLis
|
||||
return Integer.MIN_VALUE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAssigned(DelegateTask delegateTask) {
|
||||
// 用于创建该流程实例发起人的日志
|
||||
BpmnTaskEventListener.super.onAssigned(delegateTask);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreated(DelegateTask delegateTask) {
|
||||
String assignee;
|
||||
|
||||
@ -0,0 +1,12 @@
|
||||
package cn.axzo.workflow.core.repository.entity;
|
||||
|
||||
import cn.axzo.framework.data.mybatisplus.model.BaseEntity;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author wangli
|
||||
* @since 2024-08-30 15:29
|
||||
*/
|
||||
public class ExtAxProcessLog extends BaseEntity<ExtAxProcessLog> {
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user