Skip to content

Commit 6cf43d2

Browse files
haroldcamposecfan
andauthored
Update articles/logic-apps/rules-engine/create-rules-engine-project.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 69bc850 commit 6cf43d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/rules-engine/create-rules-engine-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ To reuse existing rules from Microsoft BizTalk Server, you can export them. Howe
269269
public int PurchaseAmountPostTax { get; set;}
270270
}
271271
}
272-
}
272+
}
273273
```
274274

275275
The function definition for **`RulesFunction`** includes a default **`RunRules`** method that you can use to get started. This sample **`RunRules`** method shows how to pass parameters to the Azure Logic Apps Rules Engine. In this example, the method passes the ruleset name, the input document type, an XML fact, and other values for further processing.

0 commit comments

Comments
 (0)