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

Add default action to execute in ForEach when none of the clien matches the query. Fixes #12 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tnymlr
Copy link

@tnymlr tnymlr commented Nov 11, 2018

Added a new XML node into ForEach action configuration - none.

Extracted application of if action into separate function which
returns result that indicates of a client matches the query.

ForEach tracks the execution of do_run_if and exectues actions
mentioned in none node if none of the if were able to find a match

Added a new XML node into ForEach action configuration - `none`.

Extracted application of `if` action into separate function which
returns result that indicates of a client matches the query.

`ForEach` tracks the execution of `do_run_if` and exectues actions
mentioned in `none` node if none of the `if` were able to find a match
@tnymlr tnymlr changed the title Implements #12 Add default action to execute in ForEach when none of the clien matches the query. Fixes #12 Nov 11, 2018
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.

1 participant