Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
glossary:context [2022/09/02 05:42] – ↷ Page moved from 7000_glossary:context to glossary:context administratorglossary:context [2023/05/03 06:34] (current) sean
Line 1: Line 1:
 +{{tag>Index Glossary Context Instance Type Query Business_Object Notification Process}}
 +====== Context ======
 +
 +The context is a working area containing relevant [[glossary:business_object|business objects]] and [[glossary:notification|notifications]] that [[glossary:aware_im|Aware IM]] maintains in the [[glossary:operation_mode|operation mode]] for the purpose of [[glossary:rule_evaluation|rule evaluation]] and displaying of information. The initial content of the context depends on the configuration element. For example, for [[glossary:rule|rules]] attached to a [[glossary:business_object|business object]] the context contains a single [[glossary:object_type_and_object_instance|instance]] of the object when the rules are evaluated. For [[glossary:process|processes]] the initial context is determined by the [[glossary:process_input|process input]]. More objects can be added to the context following execution of [[glossary:action|actions]] that create new business objects or [[glossary:query|retrieve]] them from the [[glossary:object_storage|storage]].
 +
 +Note that rules do not distinguish between different [[glossary:object_type_and_object_instance|instances]] of objects of the same [[glossary:object_type_and_object_instance|type]]. If there are multiple instances in the context the rule action will be executed on each of the instances. For example, consider the following process:
 +
 +<code aim>FIND Loan WHERE Loan.DueDate < CURRENT_DATE
 +Loan.State = 'Late' </code>
 +
 +
 +
 +The first rule will find all overdue loans and place them in the context. The second rule will change the state of each loan in the context.
 +
 +