You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/10/24 14:55:09 UTC

[GitHub] [incubator-dolphinscheduler] KnightChess commented on issue #3970: The judgment condition of dependence

KnightChess commented on issue #3970:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3970#issuecomment-715926338


   code in org.apache.dolphinscheduler.server.utils.DependentExecute findLastProcessInterval
   - 状态为 running, submit success, ready_pause, ready_stop 的流程实例
   - 非上述状态,存在周期调度类型的,并且不存在手动触发的,判断周期调度的实例
   - 非上述状态,存在用户手动触发的,并且不存在周期调度的,判断用户手动触发的实例
   - 非上述状态,如果都存在,判断手动触发和周期调度最后更新状态的时间,最新的作为判断依据
   应该是这个


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org