|
|
|
@ -16,7 +16,7 @@ import java.util.Map;
|
|
|
|
|
public class CompensateProcessClientFallback implements ICompensateProcessClient { |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public R startFlow(String userId, String dictValue, String taskId, String processName, Map<String, Object> variables) { |
|
|
|
|
public R startFlow(String userId, String dictValue, String businessKey, String processName, Map<String, Object> variables) { |
|
|
|
|
return R.fail("流程开启失败,请稍后重试"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|