InterviewSolution
| 1. |
What Is Correlation And How Can We Use? |
|
Answer» Correlation SETS are USED to uniquely identify BUSINESS processes using business data. If a message has to be delivered to a business process, correlation sets are used to identify the particular process INSTANCE with which the message is ASSOCIATED. (if it contains more than one receive activity). A process must have a correlation set if it has more than one receive or pick activity. A correlation set has a name and is defined by one or multiple properties. A property in turn has a name and a type. You can map a message parameter to a correlation property using a property alias. Correlation sets are used to uniquely identify business processes using business data. If a message has to be delivered to a business process, correlation sets are used to identify the particular process instance with which the message is associated. (if it contains more than one receive activity). A process must have a correlation set if it has more than one receive or pick activity. A correlation set has a name and is defined by one or multiple properties. A property in turn has a name and a type. You can map a message parameter to a correlation property using a property alias. |
|