|
@@ -223,7 +223,7 @@ public class GlobalActivityEventListener extends AbstractFlowableEngineEventList
|
|
|
notify.setType(NotifyEnum.SYSTEM);
|
|
|
notify.setReceiver(entity.getStartUserId());
|
|
|
notify.setReceivingTime(LocalDateTime.now());
|
|
|
- notify.setUrl("/flow/instance");
|
|
|
+ notify.setUrl("/flow/submit");
|
|
|
notifyService.notify(notify);
|
|
|
|
|
|
log.info("实例开始userId{}", (entity.getStartUserId()));
|