You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/11/02 06:10:42 UTC

[GitHub] [incubator-dolphinscheduler] aixiaoai81 commented on issue #116: Cannot support custom data transfer between nodes (不能支持节点间的自定义数据传输)

aixiaoai81 commented on issue #116: Cannot support custom data transfer between nodes (不能支持节点间的自定义数据传输)
URL: https://github.com/apache/incubator-dolphinscheduler/issues/116#issuecomment-549014861
 
 
   Node A,B,C,D;
   
   ```
   if(A execute result=='1')  flows  int to next node B;
   if(A execute result=='2)  flows  int to next node C;
   if(A execute result=='3')  flows  int to next node D;
   ```
   
   can support this feature and above condition edited by ognl or dynamic sql language?

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


With regards,
Apache Git Services