Rather than set the value of an attribute, you can ask the Oracle Policy Automation Determinations Server to tell you the value of an attribute. This is known as an Attribute Outcome. It is only useful to ask for the value of an Inferred Attribute or a Goal Attribute. The Determinations Server will not be able to tell you the value of a Base level attribute as it is expecting you to set that value in the Session Data.
You can ask for the following information from an Attribute Outcome:
1 <list-entity entity="person">
2 <entity label="Bob Smith">
3 <attribute-outcome id="my-pets-have-fleas" outcome-style="value-only"/>
4 <attribute-outcome id="my-childs-pets-have-fleas"
5 outcome-style="decision-report" screen-if-unknown="true"/>
6 ...
In the example above, we are asking for two outcomes for the entity instance Bob Smith:
See also:
Setting Session Data - Generic Data