Skip to content

2986 - Use node label instead of workflowNodeName in the deployment dialog for Connection select labels#4242

Merged
kresimir-coko merged 1 commit intomasterfrom
2986
Feb 18, 2026
Merged

2986 - Use node label instead of workflowNodeName in the deployment dialog for Connection select labels#4242
kresimir-coko merged 1 commit intomasterfrom
2986

Conversation

@petrapaz
Copy link
Collaborator

fixes: #2986

Screencast.from.2026-02-18.15-22-24.webm

Summary

  • Display user-defined workflow node labels in the deployment dialog's Connections section instead of the generic component name (e.g. "Forward to team (googleMail_2)" instead of "Gmail Connection (googleMail_2)")
  • Build a name-to-label lookup map from workflow tasks and triggers in ProjectDeploymentDialogWorkflowsStepItem and thread it through to the individual connection select components
  • Fall back to the original "ComponentTitle Connection" format when no user-defined label exists

default:

image image

changed label case:

image image

no label case:

image image

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed for 'client'

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@kresimir-coko kresimir-coko merged commit fa5f2e4 into master Feb 18, 2026
6 of 7 checks passed
@kresimir-coko kresimir-coko deleted the 2986 branch February 18, 2026 15:21
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.

[task]: Use node label instead of workflowNodeName in the deployment dialog for Connection select labels

2 participants

Comments