|
@@ -3,7 +3,6 @@ package com.aizuda.boot.modules.flw.flow;
|
|
|
import com.aizuda.bpm.engine.core.Execution;
|
|
|
import com.aizuda.bpm.engine.core.FlowLongContext;
|
|
|
import com.aizuda.bpm.engine.handler.impl.SimpleConditionNodeHandler;
|
|
|
-import com.aizuda.bpm.engine.model.NodeModel;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.Map;
|
|
@@ -12,7 +11,7 @@ import java.util.Map;
|
|
|
public class FlowConditionNodeHandler extends SimpleConditionNodeHandler {
|
|
|
|
|
|
@Override
|
|
|
- public Map<String, Object> getArgs(FlowLongContext flowLongContext, Execution execution, NodeModel nodeModel) {
|
|
|
+ public Map<String, Object> getArgs(FlowLongContext flowLongContext, Execution execution) {
|
|
|
return FlowForm.flowArgs(execution.getArgs());
|
|
|
}
|
|
|
}
|