1 EBIThree.com > 2 Clarify Tips > 3 How to Pass Business Process Context Values to Ruleset

How to Pass Business Process Context Values to Ruleset

In Clarify there will be times we need to pass values from a Business Process to a Cleo Clarify Ruleset. Two such cases would be: 1. The filename of a data file needs to be passed to a ruleset. 2. A hardcoded value, such as an EDI trading partner name, is passed to a Business Process from the Inbound EDI Route.

In the example below, we are passing a value from an Inbound EDI Route, to the Business Process. In the business process we use the SetContextPointValue task to assign the script parameter to the value of glb.var.PNID

In the ruleset, we will use the global variable of: PNID to retrieve the value.
Cleo Clarify 3 Business Process Script Set Context Value

To learn more about RDOs and Context Tasks, in Business Processes, review 10the links below





By: on