The routing component routes events to instances of business processes. Typical routing problems involve events that are valid but do not match the process definition. Check the NNSYMessageLog.nml for these types of errors.
|
|
Problem |
Key-related data that is defined for the business process does not match what is in the receiving event data. |
Resolution
|
Ensure the keys are set properly. |
|
|
|
|
Problem |
The values for key-related data in the receiving event data are not unique. |
Resolution
|
Ensure that the keys defined in the business process contain unique data when documents enter the runtime engine. |
|
|
|
|
Problem |
Key-related data that is defined for the business process is not found in the receiving event data. |
Resolution
|
Ensure that the keys are set on required fields within the header or body of the data. Setting on optional fields can result in the information not being present in the runtime data. |
|
|