java.lang.Object
com.aizuda.easy.retry.server.web.controller.WorkflowNodeController
@RestController
@RequestMapping("/workflow/node")
public class WorkflowNodeController
extends Object
- 从以下版本开始:
- 2.6.0
- 作者:
- xiaowoniu
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
WorkflowNodeController
public WorkflowNodeController()
-
方法详细资料
-
stop
@PostMapping("/stop/{nodeId}/{workflowTaskBatchId}")
public Boolean stop(@PathVariable("nodeId")
Long nodeId,
@PathVariable("workflowTaskBatchId")
Long workflowTaskBatchId)
-
retry
@PostMapping("/retry/{nodeId}/{workflowTaskBatchId}")
public Boolean retry(@PathVariable("nodeId")
Long nodeId,
@PathVariable("workflowTaskBatchId")
Long workflowTaskBatchId)