public interface EventBasedGatewayAction extends Action<EventBasedGatewayDelegate>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(EventBasedGatewayDelegate gateway)
Implement this action with custom code to be executed when the
process instance arrives at an event based gateway.
|
void execute(EventBasedGatewayDelegate gateway) throws Exception
execute in interface Action<EventBasedGatewayDelegate>gateway - object providing you with further details about
the events or receive tasks followed by this gateway.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.