Skip to content

Conversation

@RonnyChan96
Copy link
Contributor

1.添加并行节点
2.联调问题修复

@RonnyChan96 RonnyChan96 self-assigned this May 10, 2025
@RonnyChan96 RonnyChan96 requested review from a team, CodeCasterX and wjn1584 May 10, 2025 03:51
@RonnyChan96 RonnyChan96 added type: feature A general feature in: elsa Issues in Elsa modules labels May 10, 2025
@RonnyChan96 RonnyChan96 mentioned this pull request May 10, 2025
@CodeCasterX CodeCasterX added this to Nova May 11, 2025
@CodeCasterX CodeCasterX added this to the 3.5.0 milestone May 11, 2025
export const parallelNodeState = (id, x, y, width, height, parent, drawer) => {
const self = jadeNode(id, x, y, width, height, parent, drawer ? drawer : parallelNodeDrawer);
self.type = 'parallelNodeState';
self.text = '并行节点';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是不是将所有节点统一加一下国际化

self.reduce = (config, action) => {
const newConfig = {...config};
Object.entries(config).forEach(([key, value]) => {
if (key === 'inputParams') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用卫语句,避免深度嵌套

@RonnyChan96 RonnyChan96 force-pushed the 3.5.x_elsa_feature_add_parallel_node branch from ef1c7d5 to 85cc3f3 Compare May 13, 2025 02:32
@CodeCasterX CodeCasterX merged commit cbdda44 into ModelEngine-Group:3.5.x May 13, 2025
1 check passed
@github-project-automation github-project-automation bot moved this to Done in Nova May 13, 2025
@CodeCasterX CodeCasterX modified the milestones: 3.5.0, elsa 0.1.0 May 14, 2025
@CodeCasterX CodeCasterX linked an issue May 21, 2025 that may be closed by this pull request
Yager-42 pushed a commit to Yager-42/fit-framework that referenced this pull request Aug 16, 2025
* [elsa] 提交并行节点代码框架

* [elsa] 并行节点特性添加

* [elsa] 检视意见修改
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: elsa Issues in Elsa modules type: feature A general feature

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

并行节点

3 participants