update 优化 支持在监听器设置流程变量

This commit is contained in:
疯狂的狮子Li
2025-07-15 17:03:57 +08:00
parent bb51b61072
commit 967cc6e4f7
4 changed files with 18 additions and 11 deletions

View File

@@ -30,6 +30,11 @@ public class ProcessEvent extends RemoteApplicationEvent {
*/
private String flowCode;
/**
* 实例id
*/
private Long instanceId;
/**
* 业务id
*/

View File

@@ -50,6 +50,11 @@ public class ProcessTaskEvent extends RemoteApplicationEvent {
*/
private Long taskId;
/**
* 实例id
*/
private Long instanceId;
/**
* 业务id
*/