Class TransitionActionWriteAuditLog

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class TransitionActionWriteAuditLog extends AbstractProfileAction
An action that decorates the WriteAuditLog action to produce a "success" event such that it can be run inside a transition and the transition can proceed.

In Spring WebFlow, actions that are executed inside a transition must return an event ID based on one of the trueEventIds described by the ActionTransitionCriteria criteria. These are "success", "yes", or "true". Any other event ID will prevent the transition from executing, returning you to the previous state.