01-16-2014 07:20 AM
01-16-2014 07:55 AM
01-16-2014 11:13 PM
01-17-2014 02:57 AM
/**
* Notifies the process engine that a message event with name 'messageName'
* has been received and has been correlated to an execution with id
* 'executionId'.
*
* The waiting execution is notified synchronously.
*
* @param messageName
* the name of the message event
* @param executionId
* the id of the execution to deliver the message to
* @throws ActivitiObjectNotFoundException
* if no such execution exists.
* @throws ActivitiException
* if the execution has not subscribed to the signal
*/
void messageEventReceived(String messageName, String executionId);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.