microsoft / microsoft/RulesEngine

Why excute actions after all rules are completed

Open
#358 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.