Process instance data is made available to task instances via___________.
A.
data associations defined on the activity’s implementation tab
B.
transformations defined as part of the task metadata
C.
script tasks implemented before and after the activity
D.
references to global process variables from inside the task definition
Explanation:
Data associations are used to pass the information stored in data objects in the
following contexts:
* To and from another process or service invoked from a BPMN process
* To and from a Human Task service
* To and from an Oracle Business Rule
* To and from a script task. This BPMN flow object is used to pass data objects
through data associations.
Note_ You can use data associations to define the input and output from a flow object to an
external service or process.
It is important to note that although the inputs and outputs are defined in the data
associations for a flow object, the defined values are passed to the implemented
systems and services.
You can use expressions to evaluate and change the input and output values
Reference: Modeling and Implementation Guide for Oracle Business Process Management ,
Introduction to Data AssociationsReference: Oracle Fusion Middleware Business Process Composer User’s Guide for Oracle
Business Process Management, 11g Release 1 (11.1.1.5.0), 6.10 Changing the Value of Data
Objects in Your Process