feat: 3.1.0
1. 优化工作流重试逻辑
This commit is contained in:
parent
9baba9ee8b
commit
cf30b1a0bf
@ -76,4 +76,14 @@ public class JobBatchResponseVO {
|
||||
* 工作流的决策节点信息
|
||||
*/
|
||||
private DecisionConfig decision;
|
||||
|
||||
/**
|
||||
* 工作流批次id
|
||||
*/
|
||||
private Long workflowTaskBatchId;
|
||||
|
||||
/**
|
||||
* 工作流节点id
|
||||
*/
|
||||
private Long workflowNodeId;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,8 +5,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Easy Retry</title>
|
||||
<script type="module" crossorigin src="./assets/9sLx2M6c.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/n6fbhMQt.css">
|
||||
<script type="module" crossorigin src="./assets/GwPZ0iGD.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sBY4ZtAT.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user