We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@wirtsi thank you for reporting this! We are going to look into it and fix it!
Sorry, something went wrong.
No branches or pull requests
Running the Cyclical Dependencies example from the website does not give the expected output
But feeding it with 6 as input value (as it is in the example) should satisfy the condition
The text was updated successfully, but these errors were encountered: