|
|
@ -27,7 +27,7 @@ public interface ICompensateProcessClient { |
|
|
|
@PostMapping(START_FLOW) |
|
|
|
@PostMapping(START_FLOW) |
|
|
|
R startFlow(@RequestParam("userId") String userId, |
|
|
|
R startFlow(@RequestParam("userId") String userId, |
|
|
|
@RequestParam("dictValue")String dictValue, |
|
|
|
@RequestParam("dictValue")String dictValue, |
|
|
|
@RequestParam("taskId")String taskId, |
|
|
|
@RequestParam("businessKey")String businessKey, |
|
|
|
@RequestParam("processName")String processName, |
|
|
|
@RequestParam("processName")String processName, |
|
|
|
@RequestBody Map<String, Object> variables); |
|
|
|
@RequestBody Map<String, Object> variables); |
|
|
|
|
|
|
|
|
|
|
|