Skip to content

Simplify adding success forwards to pipes#614

Merged
Matthbo merged 5 commits into
masterfrom
refactor/simplify-success-forwards
Jul 23, 2026
Merged

Simplify adding success forwards to pipes#614
Matthbo merged 5 commits into
masterfrom
refactor/simplify-success-forwards

Conversation

@philipsens

Copy link
Copy Markdown
Member

Now the success only gets added in the frank-node, instead of adding it on every node and removing it sometimes.

The receivers now don't have a success (which is correct).

I discovered a new bug and made an issue for it: #613

@Matthbo Matthbo linked an issue Jul 20, 2026 that may be closed by this pull request
@Matthbo
Matthbo requested review from Matthbo and stijnpotters1 and removed request for Matthbo July 20, 2026 15:18

@stijnpotters1 stijnpotters1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should this be merged after #613 is implemented and combined with this or can these be merged seperately to master?

This because the source handles are commeted out currently

Comment thread src/main/frontend/app/routes/studio/canvas/nodetypes/frank-node.tsx Outdated
@Matthbo

Matthbo commented Jul 23, 2026

Copy link
Copy Markdown
Member

I think the point of this PR was to at least partially cover #613 as well.
While working on this PR we came to the conclusion that removing complex code actually made things work more as they should rather than break things completely.
This is probably why its done like this and can be merged without worrying too much about the impact to other issues

@sonarqubecloud

Copy link
Copy Markdown

@Matthbo
Matthbo merged commit f2a1046 into master Jul 23, 2026
5 checks passed
@Matthbo
Matthbo deleted the refactor/simplify-success-forwards branch July 23, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gather the right forwards from the FrankDoc.json

3 participants