You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
values ('branch.rules','请填写分支规则,每行一条,格式如amount>100=节点A','Please enter one branch rule per line, such as amount>100=NodeA','分支规则','Branch rules','Text',1,NULL,NULL,0,NULL,0,2,1,0,'special');
31
+
values ('branch.rules','请填写分支规则,格式如condition.1=amount>100;on.success.1=节点A;on.failure.1=节点B','Please enter branch rules, such as condition.1=amount>100;on.success.1=NodeA;on.failure.1=NodeB','分支规则','Branch rules','Text',1,NULL,NULL,0,NULL,0,2,1,0,'special');
Copy file name to clipboardExpand all lines: dss-appconn/appconns/dss-schedulis-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/schedulis/linkisjob/LinkisJobConverter.java
Copy file name to clipboardExpand all lines: dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/scala/com/webank/wedatasphere/dss/flow/execution/entrance/node/BranchNodeRunner.scala
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ class BranchNodeRunner(flow: Workflow) extends NodeRunner with Logging {
99
99
thrownewIllegalStateException(s"Branch node ${node.getName} must define branch.rules.")
Copy file name to clipboardExpand all lines: dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/scala/com/webank/wedatasphere/dss/flow/execution/entrance/utils/BranchExpressionUtils.scala
Copy file name to clipboardExpand all lines: dss-orchestrator/orchestrators/dss-workflow/dss-workflow-server/src/main/java/com/webank/wedatasphere/dss/workflow/service/impl/DSSFlowServiceImpl.java
0 commit comments