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

Cyclical Dependencies example does not work with 0.2.1 #1970

Open
wirtsi opened this issue Feb 20, 2025 · 1 comment
Open

Cyclical Dependencies example does not work with 0.2.1 #1970

wirtsi opened this issue Feb 20, 2025 · 1 comment
Labels
bug Something isn't working Example Apps

Comments

@wirtsi
Copy link

wirtsi commented Feb 20, 2025

Running the Cyclical Dependencies example from the website does not give the expected output

{
  doubleValue: {
    status: 'failed',
    error: 'Step:doubleValue condition check failed'
  },
  incrementByOne: { status: 'success', output: { incrementedValue: 7 } }
}

But feeding it with 6 as input value (as it is in the example) should satisfy the condition

@github-actions github-actions bot added bug Something isn't working Example Apps labels Feb 20, 2025
@abhiaiyer91
Copy link
Contributor

@wirtsi thank you for reporting this! We are going to look into it and fix it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Example Apps
Projects
None yet
Development

No branches or pull requests

2 participants