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

flogo expressions support for rule conditions #71

Merged
merged 13 commits into from
Apr 28, 2020

Conversation

balamg
Copy link
Collaborator

@balamg balamg commented Aug 2, 2019

Support flogo expressions syntax for rule condition evaluation such as:
$.t2.p2 > $.t1.p1 where t2 and t1 are tuple types and p2 and p1 are their respective properties
(See ruleapi/tests/expr_* tests for usage)
Additionally, when run as a flogo actiontype, support for environment variables and flogo properties via
$env['envvar'] and $property['name']
(See examples/flogo/simple/flogo.json for usage in a flogo app)

@nareshkumarthota
Copy link
Contributor

This PR can be ignored as the same content is available in other PR #97

@rameshpolishetti rameshpolishetti merged commit d7b8c92 into project-flogo:master Apr 28, 2020
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.

4 participants