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

For Choice validation, use instance variables and not payload #277

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Sep 18, 2024

Trivial

All classes currently populate the instance variables and then validate the state

When I was working #275, this was the only real initialize that changed.

The changes seemed legit.

All classes currently populate the instance variables and then validate the state
@agrare agrare merged commit 27f5f91 into ManageIQ:master Sep 20, 2024
5 checks passed
@kbrock kbrock deleted the choice_validation branch September 20, 2024 13:53
agrare added a commit that referenced this pull request Oct 28, 2024
Added
- Add WorkflowBase base class for Workflow (#279)
- Add tool for using the aws stepfunctions simulator (#244)
- Implement Map state (#184)
- Add Map State Tolerated Failure (#282)
- Run Map iterations in parallel up to MaxConcurrency (#283)
- Implement Parallel State (#291)

Changed
- More granular compare_key and determine path at initialization time (#274)
- For Choice validation, use instance variables and not payload (#277)
- Return ExceedToleratedFailureThreshold if ToleratedFailureCount/Percentage is present (#285)

Fixed
- Fix case on log messages (#280)
- Handle either ToleratedFailureCount or ToleratedFailurePercentage (#284)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants