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

Allow oneof in wait_for #236

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Allow oneof in wait_for #236

merged 3 commits into from
Dec 11, 2024

Conversation

jaredoconnell
Copy link
Contributor

Changes introduced with this PR

Fixes #218 by allowing a oneof to create an OR dependency.


By contributing to this repository, I agree to the contribution guidelines.

@jaredoconnell jaredoconnell changed the title Allow oneof in waitfor Allow oneof in wait_for Dec 11, 2024
step: wait
input:
wait_time_ms: 0
wait_for: !oneof

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Irrelevant comment -- unavoidable given the YAML syntax ARCA has adapted, but every time I see !oneof that voice in the back of my mind yells "not oneof" and tries to confuse me...

@dustinblack dustinblack merged commit fe28e9f into main Dec 11, 2024
5 checks passed
@dustinblack dustinblack deleted the waitfor-or branch December 11, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow logical AND and OR operators in expressions to imply truthiness from node states
3 participants