Skip to content

Commit

Permalink
Merge pull request #276 from orkes-io/manan164-patch-2
Browse files Browse the repository at this point in the history
Update business-rule.md
  • Loading branch information
v1r3n committed Jan 20, 2023
2 parents 31b0e72 + 2382f1a commit c7b4598
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 c7b4598

Please sign in to comment.