-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature decision table #87
Conversation
Feature decision table parser
* updated example to use store config file * fixing excelise v2 upgrade * update decisiontable example to work with xlsx file and fix go tests (#82) * update decisiontable example to work with xlsx file and fix go tests * removing duplicated flogo.json from test folder * updated decision table example readme * stabilising mod and sum files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
got this error while executing credit card application from develop branch |
Since it is in develop branch need to mention that in flogo.json imports. "imports": [
"github.com/project-flogo/contrib/trigger/rest",
"github.com/project-flogo/contrib/activity/log",
"nil github.com/project-flogo/rules/ruleaction@v0.1.2-0.20191213093114-d57fcc0da0bf",
"nil github.com/project-flogo/rules/activity/dtable@v0.1.2-0.20191213093114-d57fcc0da0bf",
"github.com/project-flogo/contrib/function/string"
] Create flogo app with below command. flogo create -f flogo.json --cv v0.9.3 Follow other steps as is from readme. |
Thanks. |
This PR contains decision table feature.