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 2021/01/05 09:29:25 UTC

[GitHub] [incubator-dolphinscheduler] daizc1 opened a new issue #4378: 并行流程设置失败继续还是失败

daizc1 opened a new issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378


   例如我有一个流程 a和b节点并行,c是结束节点,a和b跑完就跑c,现在出现情况是如果有一个节点失败了,c就不跑了,我设置
   失败策略为: 继续 ,也不行。
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4378: 并行流程设置失败继续还是失败

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378#issuecomment-756088318


   English is global, please change the title in English
   
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] liqiquan edited a comment on issue #4378: 并行流程设置失败继续还是失败

Posted by GitBox <gi...@apache.org>.
liqiquan edited a comment on issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378#issuecomment-755123798


   目前版本可以按照下图的设计实现。有点尴尬的是f1和f2虽然用不上,但是必须有,否则无法保存工作流
   
   The current version can be implemented as shown in the figure below. It is a bit embarrassing that although f1 and f2 are not available, they must be present, otherwise the workflow cannot be saved
   
   ![image](https://user-images.githubusercontent.com/22407119/104029647-32787000-5205-11eb-8971-6e1b9e7adb96.png)
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] liqiquan edited a comment on issue #4378: 并行流程设置失败继续还是失败

Posted by GitBox <gi...@apache.org>.
liqiquan edited a comment on issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378#issuecomment-755123798


   使用condition task,可以指定失败走哪个task,成功走哪个task
   ![image](https://user-images.githubusercontent.com/22407119/104029647-32787000-5205-11eb-8971-6e1b9e7adb96.png)
   


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] liqiquan edited a comment on issue #4378: 并行流程设置失败继续还是失败

Posted by GitBox <gi...@apache.org>.
liqiquan edited a comment on issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378#issuecomment-755123798






----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] daizc1 commented on issue #4378: 并行流程设置失败继续还是失败

Posted by GitBox <gi...@apache.org>.
daizc1 commented on issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378#issuecomment-754519980


   我的想法是a和b虽然失败了,c也要跑,就是失败策略的继续


----------------------------------------------------------------
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



[GitHub] [incubator-dolphinscheduler] liqiquan commented on issue #4378: 并行流程设置失败继续还是失败

Posted by GitBox <gi...@apache.org>.
liqiquan commented on issue #4378:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4378#issuecomment-755123798


   使用condition task,可以指定失败走哪个task,成功走哪个task


----------------------------------------------------------------
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