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

[Regression] Outputs tab now displays incorrect Pebble expressions and Pebble is rendered in the wrong place #5842

Open
anna-geller opened this issue Nov 7, 2024 · 1 comment
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working good first issue Great issue for new contributors

Comments

@anna-geller
Copy link
Member

Describe the issue

image

Demo: https://share.descript.com/view/O9XWH3nGBHZ

To reproduce, run this flow and navigate to Outputs:

id: hello-world
namespace: repro

inputs:
  - id: user
    type: STRING
    defaults: Rick Astley
tasks:
  - id: first_task
    type: io.kestra.plugin.core.debug.Return
    format: thrilled
  - id: second_task
    type: io.kestra.plugin.scripts.shell.Commands
    commands:
      - sleep 0.42
      - echo '::{"outputs":{"returned_data":"mydata"}}::'
  - id: hello_world
    type: io.kestra.plugin.core.log.Log
    message: |
      Welcome to Kestra, {{ inputs.user }}! 
      We are {{ outputs.first_task.value}} to have You here!

Environment

  • Kestra Version: develop
@anna-geller anna-geller added bug Something isn't working area/backend Needs backend code changes area/frontend Needs frontend code changes labels Nov 7, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Nov 7, 2024
@anna-geller anna-geller removed the area/frontend Needs frontend code changes label Nov 7, 2024
@MilosPaunovic MilosPaunovic added area/frontend Needs frontend code changes good first issue Great issue for new contributors and removed area/backend Needs backend code changes labels Nov 7, 2024
@ManojTauro
Copy link
Contributor

Hi @MilosPaunovic I want to take this up. Could you please assign this to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes bug Something isn't working good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

3 participants