|
|
@@ -68,6 +68,7 @@ public class TaskNotifyEventListener implements ApplicationListener<TaskNotifyE
|
|
|
model.setSubject(subject);
|
|
|
Map<String, Object> map = model.getVars();
|
|
|
map.put("subject_",subject);
|
|
|
+ model.setVars(map);
|
|
|
}
|
|
|
ActionType actionType = model.getActionType();
|
|
|
String procInstId = model.getProcInstId();
|