add execute result branch

This commit is contained in:
yoan
2025-01-19 17:01:02 +08:00
parent 69d4b3f93d
commit e6e964aa8c
13 changed files with 336 additions and 47 deletions

View File

@@ -362,5 +362,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

@@ -362,5 +362,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": "条件"
}