08-29-2016 02:37 AM
08-29-2016 05:33 PM
08-29-2016 05:36 PM
08-30-2016 03:54 PM
08-31-2016 02:41 AM
/**
* Notifies the process engine that a signal event of name 'signalName' has been received. This method delivers the signal to all executions waiting on the signal.
* <p/>
*
* <strong>NOTE:</strong> The waiting executions are notified synchronously.
*
* @param signalName
* the name of the signal event
*/
void signalEventReceived(String signalName);
/**
* Sends an external trigger to an activity instance that is waiting inside
* the given execution.
*
* @param executionId
* id of execution to signal, cannot be null.
* @throws ActivitiObjectNotFoundException
* when no execution is found for the given executionId.
*/
void signal(String executionId);
08-31-2016 04:22 PM
09-01-2016 01:37 AM
09-01-2016 01:40 AM
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.