From 2382f1af1be5a46d90a213b608b6a6da97c000de Mon Sep 17 00:00:00 2001 From: Manan Bhatt Date: Fri, 20 Jan 2023 22:36:04 +0530 Subject: [PATCH] Update business-rule.md --- docs/reference-docs/system-tasks/business-rule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference-docs/system-tasks/business-rule.md b/docs/reference-docs/system-tasks/business-rule.md index 65c23590..77b682a3 100644 --- a/docs/reference-docs/system-tasks/business-rule.md +++ b/docs/reference-docs/system-tasks/business-rule.md @@ -122,7 +122,7 @@ And following workflow definition. "ruleFileLocation": "Product.xlsx", "executionStrategy": "FIRE_FIRST", "ruleFileStorage" : "LOCAL", - "ruleInput": + "inputColumns": { "productType": "${workflow.input.productType}", "productCategory": "${workflow.input.productCategory}", @@ -169,4 +169,4 @@ And following workflow definition. "Discount" : "11%", "ShippingCharges" : "5$" } - ``` \ No newline at end of file + ```