From a2626a4189b057dab2565559edc6d04a5ed49bdf Mon Sep 17 00:00:00 2001 From: Selman DADAK Date: Tue, 12 Oct 2021 17:52:19 +0300 Subject: [PATCH] Update Getting-Started.md link and class name edited for "WorkflowRules class is deprecated. Use Workflow class instead" --- docs/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 6188a6d3..2d9f500d 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -8,7 +8,7 @@ As with any library/package there are public interfaces with which we interact w The rules used in this system is mostly comprising of [lambda expressions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/statements-expressions-operators/lambda-expressions). Anything that can be defined in a lambda expression can be used as a rule in this library. #### Rules Schema -Rules schema is available in the [schema file](https://github.com/microsoft/RulesEngine/blob/master/schema/workflowRules-schema.json). The workflow rules are how we store the rules in the system. In our system, the name of the model typed in the library is [WorkflowRules](https://github.com/microsoft/RulesEngine/blob/master/src/RulesEngine/RulesEngine/Models/WorkflowRules.cs). An example json would be – +Rules schema is available in the [schema file](https://github.com/microsoft/RulesEngine/blob/master/schema/workflowRules-schema.json). The workflow rules are how we store the rules in the system. In our system, the name of the model typed in the library is [Workflow](https://github.com/microsoft/RulesEngine/blob/main/src/RulesEngine/Models/Workflow.cs). An example json would be – ```json [