|
@@ -74,7 +74,7 @@ public class WorkflowGlobalListener implements GlobalListener {
|
|
|
String ext = listenerVariable.getNode().getExt();
|
|
String ext = listenerVariable.getNode().getExt();
|
|
|
if (StringUtils.isNotBlank(ext)) {
|
|
if (StringUtils.isNotBlank(ext)) {
|
|
|
Map<String, Object> variable = listenerVariable.getVariable();
|
|
Map<String, Object> variable = listenerVariable.getVariable();
|
|
|
- if (CollUtil.isNotEmpty(variable)) {
|
|
|
|
|
|
|
+ if (CollUtil.isEmpty(variable)) {
|
|
|
variable = new HashMap<>();
|
|
variable = new HashMap<>();
|
|
|
}
|
|
}
|
|
|
NodeExtVo nodeExt = nodeExtService.parseNodeExt(ext, variable);
|
|
NodeExtVo nodeExt = nodeExtService.parseNodeExt(ext, variable);
|