4.11. Interceptor actions

For every Activity you can define actions that are executed before the Activity execution starts (right after the Activity has received the token), called On Entry Actions, and after the Activity execution (before the outgoing Flow is taken), called On Exit Actions.
The actions can be defined in Java in the Properties tab of the given Activity and you can define them either in Java or MVEL: the language is set in the ScriptLang property.