Considerations for Creating a New Action Type

When creating a new action type, consider:

  • The location of the code that handles the design-time and runtime aspects of the action type.

  • The configuration requirements of the new action type before being enabled.

  • Whether the action type is a terminal action.

    For example, the action is to transfer to another page terminates the framework processing. If several terminal actions are associated with a trigger point, only the first of the terminal actions is chosen, and it fires after all other nonterminal actions have been fired.