An attempt to send an event to a process instance results in a 'CreateRejectedException' message.
A common reason for this error is that a message is sent to a receive or pick activity that cannot instantiate a new process instance because its createInstance attribute is set to no and the values that are passed with the message for the correlation set which is used by this activity do not match any existing process instances.
To correct this problem you must pass a correlation set value that matches an existing process instance.
For more information about using correlation sets in business processes, see Correlation sets in BPEL processes .
Last updated: Tue Feb 21 17:40:20 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)