Creating Custom Action Processors

To create a custom action processor:

  1. Create a new atomic action that triggers the custom action processor.

    Include the parameters required for the atomic action.

  2. Create a new action processor and link it to the new atomic action.

    Creating a new action processor involves some level of coding (either a state table or Java processor with code generation method).

  3. Link the new atomic action into your service model wherever it is needed.