Skip to content

Commit

Permalink
Update business-rule.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manan164 authored Jan 20, 2023
1 parent 31b0e72 commit 2382f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference-docs/system-tasks/business-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down Expand Up @@ -169,4 +169,4 @@ And following workflow definition.
"Discount" : "11%",
"ShippingCharges" : "5$"
}
```
```

0 comments on commit 2382f1a

Please sign in to comment.