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

self reference does not work within the step #812

Open
vhadianto opened this issue Mar 25, 2024 · 1 comment
Open

self reference does not work within the step #812

vhadianto opened this issue Mar 25, 2024 · 1 comment
Labels
bug Something isn't working stale

Comments

@vhadianto
Copy link
Contributor

Describe the bug

pipeline "message" {

    step "message" "message" {
        notifier = notifier.default
        text = "foo"

        output "val" {
            value = step.message.message.text
        }
    }
}

cause: when we build the eval context at step start there's no step execution in the pipeline execution, so it never builds the "step" part of the eval context.

@vhadianto vhadianto added the bug Something isn't working label Mar 25, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant