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

Feature decision table #87

Merged
merged 16 commits into from
Dec 13, 2019
Merged

Feature decision table #87

merged 16 commits into from
Dec 13, 2019

Conversation

nareshkumarthota
Copy link
Contributor

This PR contains decision table feature.

Copy link
Contributor

@rameshpolishetti rameshpolishetti left a 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

@rameshpolishetti rameshpolishetti merged commit d57fcc0 into develop Dec 13, 2019
@rameshpolishetti rameshpolishetti deleted the feature-decision-table branch December 13, 2019 09:31
@aashish2001
Copy link

aashish2001 commented Dec 13, 2019

got this error while executing credit card application from develop branch
" Failed to create engine: error creating shared action instances - failed to marshall RuleSessionDescriptor : json: error calling MarshalJSON for type *config.RuleDescriptor: invalid character ']' looking for beginning of value"

@nareshkumarthota
Copy link
Contributor Author

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.

@aashish2001
Copy link

Thanks.

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