You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/rules-engine/add-rules-control-functions.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Add control functions to rules
3
-
description: Learn how to optimize rules execution by adding control functions to rules for your Azure Logic Apps rules engine.
2
+
title: Add control functions to optimize rules
3
+
description: Learn how to optimize rules execution by adding control functions to rules using Microsoft Rules Composer.
4
4
ms.service: logic-apps
5
5
ms.suite: integration
6
6
author: haroldcampos
@@ -9,18 +9,18 @@ ms.reviewer: estfan, azla
9
9
ms.topic: how-to
10
10
ms.date: 06/10/2024
11
11
12
-
#CustomerIntent: As a developer, I want to understand how to optimize rules execution by using control functions.
12
+
#CustomerIntent: As a developer, I want to understand how to optimize rules execution by adding control functions to actions in rules using Microsoft Rules Composer.
13
13
---
14
14
15
-
# Add control functions to optimize rules execution (Preview)
15
+
# Add control functions in actions to optimize rules execution using Microsoft Rules Composer (Preview)
> This capability is in preview and is subject to the
21
21
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22
22
23
-
This guide describes how to optimize code for your rules engine by using control functions that help your application or ruleset control the facts in the engine's working memory. These control functions include the **Assert**, **Clear**, **Halt**, **Retract**, **RetractByType**, **Reassert**, and **Update** functions for the .NET object and **TypedXmlDocument** entities that you can use as facts. The existence of facts in working memory drives the conditions that the engine evaluates and the actions that execute.
23
+
This guide describes how to optimize rules execution by adding control functions to actions in your rules using the Microsoft Rules Composer. Control functions help your application or ruleset control the facts in the rules engine's working memory. These functions include the **Assert**, **Clear**, **Halt**, **Retract**, **RetractByType**, **Reassert**, and **Update** functions for the .NET object and **TypedXmlDocument** entities that you can use as facts. The existence of facts in working memory drives the conditions that the engine evaluates and the actions that execute.
Copy file name to clipboardExpand all lines: articles/logic-apps/rules-engine/add-rules-operators.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 06/10/2024
12
12
#CustomerIntent: As a developer, I want to understand how use arithmetic and logic operators in the rules that I create for my Azure Logic Apps Rules Engine project.
13
13
---
14
14
15
-
# Add arithmetic and logical operators to rules in your ruleset (Preview)
15
+
# Add arithmetic and logical operators to rules using Microsoft Rules Composer (Preview)
0 commit comments