org.activiti.engine.delegate
Interface ExecutionListener
public interface ExecutionListener
Callback interface to be notified of execution events like starting a process instance,
ending an activity instance or taking a transition.
- Author:
- Tom Baeyens, Joram Barrez
EVENTNAME_START
static final String EVENTNAME_START
- See Also:
- Constant Field Values
EVENTNAME_END
static final String EVENTNAME_END
- See Also:
- Constant Field Values
EVENTNAME_TAKE
static final String EVENTNAME_TAKE
- See Also:
- Constant Field Values
notify
void notify(DelegateExecution execution)
throws Exception
- Throws:
Exception
Copyright © 2012 Alfresco. All Rights Reserved.