You are here:
Calling a Decision Matrix from an Omniscript
Call a decision matrix with specified inputs and return the matching results to an Omniscript.
If you have a decision matrix in the Business Rules Engine, you can call it from an Omniscript with the Decision Matrix element. See Call a Decision Matrix from an OmniScript .
Property |
Description |
|---|---|
| Matrix Input Parameters: Data Source | Name of a JSON node in the Omniscript that contains a value to pass to the Decision Matrix. |
| Matrix Input Parameters: Filter Value | Name of the Decision Matrix input parameter that accepts the data source value. |
| Default Matrix Result | Define key/value pairs that specify the default result if the Decision Matrix doesn't return a result. |
| Execution Date Time | Control the timing of Decision Matrix execution. If this property is blank, the Decision Matrix is executed immediately. Merge field syntax is supported. |
| Remote Properties: Matrix Name | Name of the Decision Matrix to call. |
| Remote Properties: Post-Transform Data Mapper Interface | Specify an optional Data Mapper transform to reformat output data from the Decision Matrix. |
| Remote Options | Define key/value pairs that specify additional options for the Decision Matrix. |
| Send/Response Transformations: Response JSON Path | Name of the response node in which you want to capture the results of the Decision Matrix. For example, matrixResult. |
| Send/Response Transformations: Response JSON Node | Name of the Omniscript step where you added the input fields for the Decision Matrix and the Decision Matrix action. |

