Commit ff7c5543 by guo_minglei@163.com

添加参数说明

parent 6fd09734
...@@ -310,6 +310,8 @@ public class JobUtils { ...@@ -310,6 +310,8 @@ public class JobUtils {
* @param endTime 结束时间 yyyyMMdd 格式 * @param endTime 结束时间 yyyyMMdd 格式
* @param workspaceName 工作空间名称 * @param workspaceName 工作空间名称
* @param flowName 工作流名称 * @param flowName 工作流名称
* @param scheduleStatus 调度状态 1 未开始 2运行中 3暂停 4完成 多个以“,”隔开
* @param executeStatus 执行结果 1 成功 2 失败 3 补批成功 4 补批失败 5.kill 多个以“,”隔开
* @return * @return
*/ */
public static ResponseResult loadScheduleResult(String startTime, String endTime, String workspaceName, String flowName, String scheduleStatus, String executeStatus){ public static ResponseResult loadScheduleResult(String startTime, String endTime, String workspaceName, String flowName, String scheduleStatus, String executeStatus){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment