update 优化 工作流创建事件 将状态交给业务方处理

This commit is contained in:
疯狂的狮子Li
2025-05-22 17:46:08 +08:00
parent edd372f4e4
commit 5217bd6a1f
4 changed files with 12 additions and 4 deletions

View File

@@ -54,6 +54,11 @@ public class ProcessCreateTaskEvent extends RemoteApplicationEvent {
*/
private String businessId;
/**
* 流程状态
*/
private String status;
public ProcessCreateTaskEvent() {
super(new Object(), SpringUtils.getApplicationName(), DEFAULT_DESTINATION_FACTORY.getDestination(null));
}