Raise a Custom Event
The AMPS action system provides a way to create custom events and run an action when the custom event is raised. A custom event is raised by the amps-action-do-execute-event
action. Events are received by the amps-action-on-execute-event
module.
This action requires one of the following parameters:
Parameter | Description |
---|---|
| The name of the event to raise. There is no default value for this parameter. |
| The variable from which to retrieve the name of the event to raise. There is no default value for this parameter. |
This module does not add any variables to the AMPS context. However, the variables currently in the AMPS context will be received by any action that runs in response to this event.
Last updated