You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.
In some cases there is a need to store a specific decision, other than preconditions of tasks, split nodes etc. Such an action can be performed with the AQ_StoreDecision
service. This service stores the value of the chosen attribute and the decision requirements graph in the traceability database. How the decision requirements graph is stored is described here.
Parameters
Name | Description | Type | Required |
---|---|---|---|
Decision | Select the attribute that is the root of a decision. This attribute can be of a singleton or an active entity. | Attribute | True |
DecisionType | Add extra type information to a decision. The expression must result in a string value. | String expression | False |
ReferenceIds | Specify a reference such that a decision can be filtered for a specific case. It is possible to use a list to store multiple reference Id's. Example: [Case.ID, Person.SSN]. | Multivalued string expression | False |
Overview
Content Tools
1 Comment
Gerard Ohm
An example would be helpfull