提交 6cf3328b 编写于 作者: W wind 提交者: lenboo

[DS-6582][Master] fix condition task state (#6583)

Co-authored-by: Ncaishunfeng <534328519@qq.com>
上级 c82d9086
......@@ -90,7 +90,6 @@ public class ConditionTaskProcessor extends BaseTaskProcessor {
Thread.currentThread().setName(threadLoggerInfoName);
initTaskParameters();
logger.info("dependent task start");
endTask();
return true;
}
......@@ -103,6 +102,7 @@ public class ConditionTaskProcessor extends BaseTaskProcessor {
public void run() {
if (conditionResult.equals(DependResult.WAITING)) {
setConditionResult();
endTask();
} else {
endTask();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册