About Action Processors

For every action processor you must define a processor as the implementation that performs the work. You can use a classic Java implementation or a state table implementation. However, the recommended approach is to implement using Java with code generation. This method provides code that would normally have to be written by developers.