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

chore: enhance documentation of the rules engine #1736

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cpaulve-1A
Copy link
Contributor

Proposed change

Related issues

  • 🐛 Fixes #(issue)
  • 🚀 Feature #(issue)

@cpaulve-1A cpaulve-1A force-pushed the documentation/rules-engin branch 4 times, most recently from f0abf46 to 1ce95b0 Compare May 17, 2024 13:50
"rules": [
{
"id": "5467e501-b9ff-414f-8026-56885d0d7a4b",
"name": "New-York availability",
"disabled": false,
"outputRuntimeFacts": [],
"outputRuntimeFacts": ["MY_FACT_UPDATE"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
"outputRuntimeFacts": ["MY_FACT_UPDATE"],
"outputRuntimeFacts": [],

"failureElements": [ {
"elementType": "ACTION",
"actionType": "SET_FACT",
"fact": "MY_FACT_UPDATE",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove this one, I don't think it brings any value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant