Merge pull request #425 from usual2970/feat/result_branch

添加执行结果分支节点
This commit is contained in:
Yoan.liu
2025-01-20 09:46:50 +08:00
committed by GitHub
13 changed files with 342 additions and 49 deletions

View File

@@ -381,5 +381,11 @@
"workflow_node.branch.label": "Branch",
"workflow_node.execute_result_branch.label": "Execute result branch",
"workflow_node.execute_success.label": "Execute success",
"workflow_node.execute_failure.label": "Execute failure",
"workflow_node.condition.label": "Condition"
}

View File

@@ -381,5 +381,11 @@
"workflow_node.branch.label": "分支",
"workflow_node.execute_result_branch.label": "执行结果分支",
"workflow_node.execute_success.label": "执行成功",
"workflow_node.execute_failure.label": "执行失败",
"workflow_node.condition.label": "条件"
}