[PR #425] [MERGED] 添加执行结果分支节点 #951

Closed
opened 2026-03-03 01:06:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/425
Author: @usual2970
Created: 1/19/2025
Status: Merged
Merged: 1/20/2025
Merged by: @usual2970

Base: nextHead: feat/result_branch


📝 Commits (2)

📊 Changes

13 files changed (+341 additions, -48 deletions)

View changed files

📝 internal/domain/workflow.go (+10 -7)
internal/workflow/node-processor/execute_failure_node.go (+27 -0)
internal/workflow/node-processor/execute_success_node.go (+27 -0)
📝 internal/workflow/node-processor/processor.go (+6 -2)
📝 internal/workflow/processor/processor.go (+40 -14)
📝 ui/src/components/workflow/WorkflowElement.tsx (+9 -0)
📝 ui/src/components/workflow/node/AddNode.tsx (+22 -13)
ui/src/components/workflow/node/ExecuteResultBranchNode.tsx (+84 -0)
ui/src/components/workflow/node/ExecuteResultNode.tsx (+60 -0)
📝 ui/src/components/workflow/node/_SharedNode.tsx (+12 -2)
📝 ui/src/domain/workflow.ts (+32 -10)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+6 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/425 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 1/19/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `next` ← **Head:** `feat/result_branch` --- ### 📝 Commits (2) - [`e6e964a`](https://github.com/certimate-go/certimate/commit/e6e964aa8cc0e28317918527f229aa06c6dd2ced) add execute result branch - [`1b36267`](https://github.com/certimate-go/certimate/commit/1b362673c0e09febeb6dc1431f3f697de8030307) fix conflict ### 📊 Changes **13 files changed** (+341 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/workflow.go` (+10 -7) ➕ `internal/workflow/node-processor/execute_failure_node.go` (+27 -0) ➕ `internal/workflow/node-processor/execute_success_node.go` (+27 -0) 📝 `internal/workflow/node-processor/processor.go` (+6 -2) 📝 `internal/workflow/processor/processor.go` (+40 -14) 📝 `ui/src/components/workflow/WorkflowElement.tsx` (+9 -0) 📝 `ui/src/components/workflow/node/AddNode.tsx` (+22 -13) ➕ `ui/src/components/workflow/node/ExecuteResultBranchNode.tsx` (+84 -0) ➕ `ui/src/components/workflow/node/ExecuteResultNode.tsx` (+60 -0) 📝 `ui/src/components/workflow/node/_SharedNode.tsx` (+12 -2) 📝 `ui/src/domain/workflow.ts` (+32 -10) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+6 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#951
No description provided.