public interface SignalIntermediateCatchEventAction extends Action<EventSubscriptionDelegate>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(EventSubscriptionDelegate signal)
Implement this action with custom code to be executed when the
process instance arrives at a signal intermediate catch event.
|
void execute(EventSubscriptionDelegate signal) throws Exception
execute in interface Action<EventSubscriptionDelegate>signal - the event subscription waiting for a signal.Exception - in case your custom code throws checked exceptions.
Such exceptions will be wrapped into RuntimeExceptions and rethrown.Copyright © 2016 plexiti GmbH. All rights reserved.