public interface TimerIntermediateEventAction extends Action<ProcessInstanceDelegate>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProcessInstanceDelegate processInstance)
Implement this action with custom code to be executed when the
process instance arrives at a timer intermediate event.
|
void execute(ProcessInstanceDelegate processInstance) throws Exception
execute in interface Action<ProcessInstanceDelegate>processInstance - the timer event is defined for.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.