-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Debug outputs, pebble expression issue #5991
Comments
Another one related to |
Can it be assigned to me ? |
Yes @MilosPaunovic. I can work on the issue this weekend. I hope that's okay. Also, could you please share an example flow to reproduce this? Thank you |
@Ben8t Could you provide the example flow here? @Piyush-r-bhaskar As @ManojTauro already close few issues closely related to this topic, it just makes more sense for him to tackle it. You can take your pick from the backlog if you're willing to help us! 🙂 |
@ManojTauro here is a sample flow id: test-dash
namespace: kestra.test
tasks:
- id: return-dash
type: io.kestra.plugin.core.debug.Return
format: "Hello" The outputs format should be |
Hi @MilosPaunovic I have created a PR for this issue. Please review. Thank you |
If you have a task with an id that contains dashes, when moving to the Outputs tab, you get this incorrect example:
It should be
{{ outputs['fetch-and-validate-ticket-data'] }}
.The text was updated successfully, but these errors were encountered: