mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #425] [MERGED] 添加执行结果分支节点 #951
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#951
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
next← Head:feat/result_branch📝 Commits (2)
e6e964aadd execute result branch1b36267fix conflict📊 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.