Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topology - Finally lines not all the same colors #7044

Open
Skraye opened this issue Jan 29, 2025 · 0 comments
Open

Topology - Finally lines not all the same colors #7044

Skraye opened this issue Jan 29, 2025 · 0 comments
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working kind/quick-win Seems to be quick to do

Comments

@Skraye
Copy link
Member

Skraye commented Jan 29, 2025

Describe the issue

All line within the finally block should be yellow
Image

Reproducer :

id: finally
namespace: company.team

tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: hello

finally:
  - id: for_each
    type: io.kestra.plugin.core.flow.ForEach
    values: ["value 1", "value 2", "value 3"]
    errors:
      - id: test
        type: io.kestra.plugin.core.log.Log
        message: ok
    tasks:
      - id: before_if
        type: io.kestra.plugin.core.debug.Return
        format: "Before if {{ taskrun.value }}"
      - id: if
        type: io.kestra.plugin.core.flow.If
        condition: '{{ taskrun.value == "value 2" }}'
        then:
          - id: after_if
            type: io.kestra.plugin.core.execution.Fail

Environment

  • Kestra Version: develop
@Skraye Skraye added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Jan 29, 2025
@Skraye Skraye added this to Issues Jan 29, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 29, 2025
@Ben8t Ben8t added the kind/quick-win Seems to be quick to do label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working kind/quick-win Seems to be quick to do
Projects
Status: Backlog
Development

No branches or pull requests

2 participants