zhuangchong commented on pull request #3825: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3825#issuecomment-709273944
When you want to find the task instance of the multi-task node corresponding to the current workflow instance, you now need to search by time or task name. However, when there are many task instances and a workflow definition corresponds to a multi-node task, the search is quite inconvenient. By adding the name query of the workflow instance, it will be convenient to query the task instance corresponding to the current workflow instance, and to view the task log and task information. --- 想要找当前工作流实例对应的多任务节点的任务实例时,现在需要按时间或任务名查找,但是任务实例很多并且一个工作流定义对应多节点任务的时候,查找就相当不便,本次新增通过工作流实例名查询,会很方便查询当前工作流实例对应的任务实例,进行查看任务日志和任务信息。 ---------------------------------------------------------------- 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: [email protected]
