microsoft / microsoft/RulesEngine
Why excute actions after all rules are completed
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 616
- Avg merge
- 6m
- Merged PRs (30d)
- 2
Description
What if the next rule use a value to a variable after running successfully using the previous rule。How should i do.
If tempc + = 1 when the conditions of rule 1, 2 ,3 are true, and rule 4 judges according to the value of tempc,how to do this
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Issue #358 asks how to execute actions after rules complete and use a value from earlier rules, but it names no files, tests, or entry points. Start by examining the RulesEngine rule-execution flow and existing workflow examples; the work is done when the requested sequencing and value-sharing behavior is clearly defined and supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100